Html Css Color HEX #D064EF Heliotrope

📋 copy color: '#D064EF'

red 208 ◦ green 100 ◦ blue 239

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

Shades of Heliotrope #D064EF

Tints of Heliotrope #D064EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 38.03%
G = 18.28%
B = 43.69%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D064EF (or 0xD064EF) is known color: Heliotrope. HEX triplet: D0, 64 and EF. RGB value is (208,100,239). Sum of RGB (Red+Green+Blue) = 208+100+239=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #D064EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D064EF is #2F9B10. Grayscale: #939393. Windows color (decimal): -3119889 or 15688912. OLE color: 15688912.

HSL color Cylindrical-coordinate representation of color #D064EF: hue angle of 286.62º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D064EF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 100 239 -
CMYK 0.13 0.58 0 0.06
HSL 286.62º 0.81% 0.66% -
HSV(B) 286.62º 0.58% 0.94% -
XYZ 46.15 28.76 84.78 -
YUV 148.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 208 100 239 0.13 0.58 0 0.06 286.62 0.81 0.66
Hex D0 64 EF D 3A 0 6 11F 51 42
Octal 320 144 357 15 72 0 6 437 121 102
Binary 11010000 1100100 11101111 1101 111010 0 110 100011111 1010001 1000010

Color Harmonies of #D064EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064EF

Black with #D064EF

Text Example


Text Example

White with #D064EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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