#D064FF

Color #D064FF Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D064FF

Tints of Heliotrope #D064FF

Color information

#D064FF (or 0xD064FF) is unknown color: approx 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

RGB208100255-
CMYK0.180.6100
HSL281.81º100%69.61%-
HSV(B)281.81º60.78%100%-
XYZ48.6229.7497.79-
YUV149.96187.28169.4-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081002550.180.6100281.8110069.61
HexD064FF123D0011a6446
Octal320144377227500432144106
Binary11010000110010011111111100101111010010001101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D064FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>