Html Css Color HEX #D966EB Heliotrope

📋 copy color: '#D966EB'

red 217 ◦ green 102 ◦ blue 235

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

Shades of Heliotrope #D966EB

Tints of Heliotrope #D966EB

RGB

 RED value IS 217 (85.16% from 255) = 39.17%

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

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

R = 39.17%
G = 18.41%
B = 42.42%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D966EB (or 0xD966EB) is known color: Heliotrope. HEX triplet: D9, 66 and EB. RGB value is (217,102,235). Sum of RGB (Red+Green+Blue) = 217+102+235=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #D966EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D966EB is #269914. Grayscale: #979797. Windows color (decimal): -2529557 or 15427289. OLE color: 15427289.

HSL color Cylindrical-coordinate representation of color #D966EB: hue angle of 291.88º 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 #D966EB is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 102 235 -
CMYK 0.08 0.57 0 0.08
HSL 291.88º 0.77% 0.66% -
HSV(B) 291.88º 0.57% 0.92% -
XYZ 48.36 30.25 81.89 -
YUV 151.55 175.1 174.69 -
System Red Green Blue C M Y K H S L
Decimal 217 102 235 0.08 0.57 0 0.08 291.88 0.77 0.66
Hex D9 66 EB 8 39 0 8 124 4D 42
Octal 331 146 353 10 71 0 10 444 115 102
Binary 11011001 1100110 11101011 1000 111001 0 1000 100100100 1001101 1000010

Color Harmonies of #D966EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966EB

Black with #D966EB

Text Example


Text Example

White with #D966EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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