#D066FF

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

Shades of Heliotrope #D066FF

Tints of Heliotrope #D066FF

Color information

#D066FF (or 0xD066FF) is unknown color: approx Heliotrope. HEX triplet: D0, 66 and FF. RGB value is (208,102,255). Sum of RGB (Red+Green+Blue) = 208+102+255=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #D066FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066FF is #2F9900. Grayscale: #969696. Windows color (decimal): -3119361 or 16738000. OLE color: 16738000.

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

Color convert

RGB208102255-
CMYK0.180.600
HSL281.57º100%70%-
HSV(B)281.57º60%100%-
XYZ48.8130.1397.85-
YUV151.14186.62168.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 102 (40.23% from 255) = 18.05%
BLUE value IS 255 (100% from 255) = 45.13%
R=36.81%
G=18.05%
B=45.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081022550.180.600281.5710070
HexD066FF123C0011a6446
Octal320146377227400432144106
Binary11010000110011011111111100101111000010001101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D066FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D066FF; }

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

 H1.HeaderClassName
 {
   color: #D066FF;
 }
 .AnyTagClassName
 {
   color: #D066FF;
 }
</style>
background-color css

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

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

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

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

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

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