Html Css Color HEX #D218EF Psychedelic Purple

📋 copy color: '#D218EF'

red 210 ◦ green 24 ◦ blue 239

#D218EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D218EF

Tints of Psychedelic Purple #D218EF

RGB

 RED value IS 210 (82.42% from 255) = 44.4%

 GREEN value IS 24 (9.77% from 255) = 5.07%

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 44.4%
G = 5.07%
B = 50.53%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D218EF (or 0xD218EF) is known color: Psychedelic Purple. HEX triplet: D2, 18 and EF. RGB value is (210,24,239). Sum of RGB (Red+Green+Blue) = 210+24+239=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 24 (9.77% from 255 or 5.07% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #D218EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D218EF is #2DE710. Grayscale: #676767. Windows color (decimal): -3008273 or 15669458. OLE color: 15669458.

HSL color Cylindrical-coordinate representation of color #D218EF: hue angle of 291.91º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D218EF is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 24 239 -
CMYK 0.12 0.90 0 0.06
HSL 291.91º 0.87% 0.52% -
HSV(B) 291.91º 0.9% 0.94% -
XYZ 42.48 20.59 83.4 -
YUV 104.12 204.12 203.52 -
System Red Green Blue C M Y K H S L
Decimal 210 24 239 0.12 0.90 0 0.06 291.91 0.87 0.52
Hex D2 18 EF C 5A 0 6 124 57 34
Octal 322 30 357 14 132 0 6 444 127 64
Binary 11010010 11000 11101111 1100 1011010 0 110 100100100 1010111 110100

Color Harmonies of #D218EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218EF

Black with #D218EF

Text Example


Text Example

White with #D218EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218EF; }

 p { color: rgb(210,24,239); }

 H1.HeaderClassName
 {
   color: #D218EF;
 }
 .AnyTagClassName
 {
   color: #D218EF;
 }
</style>

background-color css

<style>
 a { background-color: #D218EF; }

 a { background-color: rgb(210,24,239); }

 div.DivClassName
 {
   background-color: #D218EF;
 }
 .BgClassName
 {
   background-color: #D218EF;
 }
</style>

border-color css

<style>
 span { border-color: #D218EF; }

 span { border-color: rgb(210,24,239); }

 td.TdClassName
 {
   border-color: #D218EF;
 }
 .TagClassName
 {
   border-color: #D218EF;
 }
</style>