Html Css Color HEX #D66EEA Heliotrope

📋 copy color: '#D66EEA'

red 214 ◦ green 110 ◦ blue 234

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

Shades of Heliotrope #D66EEA

Tints of Heliotrope #D66EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.71%

 BLUE value IS 234 (91.8% from 255) = 41.94%

R = 38.35%
G = 19.71%
B = 41.94%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D66EEA (or 0xD66EEA) is known color: Heliotrope. HEX triplet: D6, 6E and EA. RGB value is (214,110,234). Sum of RGB (Red+Green+Blue) = 214+110+234=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #D66EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EEA is #299115. Grayscale: #9A9A9A. Windows color (decimal): -2724118 or 15363798. OLE color: 15363798.

HSL color Cylindrical-coordinate representation of color #D66EEA: hue angle of 290.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66EEA is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 110 234 -
CMYK 0.09 0.53 0 0.08
HSL 290.32º 0.75% 0.67% -
HSV(B) 290.32º 0.53% 0.92% -
XYZ 48.16 31.39 81.36 -
YUV 155.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 214 110 234 0.09 0.53 0 0.08 290.32 0.75 0.67
Hex D6 6E EA 9 35 0 8 122 4B 43
Octal 326 156 352 11 65 0 10 442 113 103
Binary 11010110 1101110 11101010 1001 110101 0 1000 100100010 1001011 1000011

Color Harmonies of #D66EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EEA

Black with #D66EEA

Text Example


Text Example

White with #D66EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EEA; }

 p { color: rgb(214,110,234); }

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

background-color css

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

 a { background-color: rgb(214,110,234); }

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

border-color css

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

 span { border-color: rgb(214,110,234); }

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