Html Css Color HEX #D064EB Heliotrope

📋 copy color: '#D064EB'

red 208 ◦ green 100 ◦ blue 235

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

Shades of Heliotrope #D064EB

Tints of Heliotrope #D064EB

RGB

 RED value IS 208 (81.64% from 255) = 38.31%

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

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

R = 38.31%
G = 18.42%
B = 43.28%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D064EB (or 0xD064EB) is known color: Heliotrope. HEX triplet: D0, 64 and EB. RGB value is (208,100,235). Sum of RGB (Red+Green+Blue) = 208+100+235=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #D064EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D064EB is #2F9B14. Grayscale: #939393. Windows color (decimal): -3119893 or 15426768. OLE color: 15426768.

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

Color convert

RGB 208 100 235 -
CMYK 0.11 0.57 0 0.08
HSL 288º 0.77% 0.66% -
HSV(B) 288º 0.57% 0.92% -
XYZ 45.56 28.52 81.7 -
YUV 147.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 208 100 235 0.11 0.57 0 0.08 288 0.77 0.66
Hex D0 64 EB B 39 0 8 120 4D 42
Octal 320 144 353 13 71 0 10 440 115 102
Binary 11010000 1100100 11101011 1011 111001 0 1000 100100000 1001101 1000010

Color Harmonies of #D064EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064EB

Black with #D064EB

Text Example


Text Example

White with #D064EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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