Html Css Color HEX #D064FF Heliotrope

📋 copy color: '#D064FF'

red 208 ◦ green 100 ◦ blue 255

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

Shades of Heliotrope #D064FF

Tints of Heliotrope #D064FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.29%

R = 36.94%
G = 17.76%
B = 45.29%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D064FF (or 0xD064FF) is known color: Heliotrope. HEX triplet: D0, 64 and FF. RGB value is (208,100,255). Sum of RGB (Red+Green+Blue) = 208+100+255=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 100 (39.45% from 255 or 17.76% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #D064FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D064FF is #2F9B00. Grayscale: #959595. Windows color (decimal): -3119873 or 16737488. OLE color: 16737488.

HSL color Cylindrical-coordinate representation of color #D064FF: hue angle of 281.81º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D064FF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 100 255 -
CMYK 0.18 0.61 0 0
HSL 281.81º 1% 0.7% -
HSV(B) 281.81º 0.61% 1% -
XYZ 48.62 29.74 97.79 -
YUV 149.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 208 100 255 0.18 0.61 0 0 281.81 1 0.7
Hex D0 64 FF 12 3D 0 0 11A 64 46
Octal 320 144 377 22 75 0 0 432 144 106
Binary 11010000 1100100 11111111 10010 111101 0 0 100011010 1100100 1000110

Color Harmonies of #D064FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064FF

Black with #D064FF

Text Example


Text Example

White with #D064FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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