Html Css Color HEX #D666EB Heliotrope

📋 copy color: '#D666EB'

red 214 ◦ green 102 ◦ blue 235

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

Shades of Heliotrope #D666EB

Tints of Heliotrope #D666EB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.51%

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 38.84%
G = 18.51%
B = 42.65%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D666EB (or 0xD666EB) is known color: Heliotrope. HEX triplet: D6, 66 and EB. RGB value is (214,102,235). Sum of RGB (Red+Green+Blue) = 214+102+235=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #D666EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D666EB is #299914. Grayscale: #969696. Windows color (decimal): -2726165 or 15427286. OLE color: 15427286.

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

Color convert

RGB 214 102 235 -
CMYK 0.09 0.57 0 0.08
HSL 290.53º 0.77% 0.66% -
HSV(B) 290.53º 0.57% 0.92% -
XYZ 47.48 29.8 81.85 -
YUV 150.65 175.61 173.19 -
System Red Green Blue C M Y K H S L
Decimal 214 102 235 0.09 0.57 0 0.08 290.53 0.77 0.66
Hex D6 66 EB 9 39 0 8 123 4D 42
Octal 326 146 353 11 71 0 10 443 115 102
Binary 11010110 1100110 11101011 1001 111001 0 1000 100100011 1001101 1000010

Color Harmonies of #D666EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666EB

Black with #D666EB

Text Example


Text Example

White with #D666EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666EB; }

 p { color: rgb(214,102,235); }

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

background-color css

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

 a { background-color: rgb(214,102,235); }

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

border-color css

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

 span { border-color: rgb(214,102,235); }

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