Html Css Color HEX #D66DED Heliotrope

📋 copy color: '#D66DED'

red 214 ◦ green 109 ◦ blue 237

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

Shades of Heliotrope #D66DED

Tints of Heliotrope #D66DED

RGB

 RED value IS 214 (83.98% from 255) = 38.21%

 GREEN value IS 109 (42.97% from 255) = 19.46%

 BLUE value IS 237 (92.97% from 255) = 42.32%

R = 38.21%
G = 19.46%
B = 42.32%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D66DED (or 0xD66DED) is known color: Heliotrope. HEX triplet: D6, 6D and ED. RGB value is (214,109,237). Sum of RGB (Red+Green+Blue) = 214+109+237=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #D66DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66DED is #299212. Grayscale: #9A9A9A. Windows color (decimal): -2724371 or 15560150. OLE color: 15560150.

HSL color Cylindrical-coordinate representation of color #D66DED: hue angle of 289.22º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66DED is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 109 237 -
CMYK 0.10 0.54 0 0.07
HSL 289.22º 0.78% 0.68% -
HSV(B) 289.22º 0.54% 0.93% -
XYZ 48.49 31.35 83.62 -
YUV 154.99 174.29 170.09 -
System Red Green Blue C M Y K H S L
Decimal 214 109 237 0.10 0.54 0 0.07 289.22 0.78 0.68
Hex D6 6D ED A 36 0 7 121 4E 44
Octal 326 155 355 12 66 0 7 441 116 104
Binary 11010110 1101101 11101101 1010 110110 0 111 100100001 1001110 1000100

Color Harmonies of #D66DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DED

Black with #D66DED

Text Example


Text Example

White with #D66DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DED; }

 p { color: rgb(214,109,237); }

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

background-color css

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

 a { background-color: rgb(214,109,237); }

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

border-color css

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

 span { border-color: rgb(214,109,237); }

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