Html Css Color HEX #D964EB Heliotrope

📋 copy color: '#D964EB'

red 217 ◦ green 100 ◦ blue 235

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

Shades of Heliotrope #D964EB

Tints of Heliotrope #D964EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.12%

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

R = 39.31%
G = 18.12%
B = 42.57%

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

#D964EB (or 0xD964EB) is known color: Heliotrope. HEX triplet: D9, 64 and EB. RGB value is (217,100,235). Sum of RGB (Red+Green+Blue) = 217+100+235=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #D964EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D964EB is #269B14. Grayscale: #959595. Windows color (decimal): -2530069 or 15426777. OLE color: 15426777.

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

Color convert

RGB 217 100 235 -
CMYK 0.08 0.57 0 0.08
HSL 292º 0.77% 0.66% -
HSV(B) 292º 0.57% 0.92% -
XYZ 48.17 29.86 81.82 -
YUV 150.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 217 100 235 0.08 0.57 0 0.08 292 0.77 0.66
Hex D9 64 EB 8 39 0 8 124 4D 42
Octal 331 144 353 10 71 0 10 444 115 102
Binary 11011001 1100100 11101011 1000 111001 0 1000 100100100 1001101 1000010

Color Harmonies of #D964EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D964EB

Black with #D964EB

Text Example


Text Example

White with #D964EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D964EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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