#D066F8

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

Shades of Heliotrope #D066F8

Tints of Heliotrope #D066F8

Color information

#D066F8 (or 0xD066F8) is unknown color: approx Heliotrope. HEX triplet: D0, 66 and F8. RGB value is (208,102,248). Sum of RGB (Red+Green+Blue) = 208+102+248=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #D066F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066F8 is #2F9907. Grayscale: #959595. Windows color (decimal): -3119368 or 16279248. OLE color: 16279248.

HSL color Cylindrical-coordinate representation of color #D066F8: hue angle of 283.56º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D066F8 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208102248-
CMYK0.160.5900.03
HSL283.56º91.25%68.63%-
HSV(B)283.56º58.87%97.25%-
XYZ47.7129.6992.02-
YUV150.34183.12169.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.28%
GREEN value IS 102 (40.23% from 255) = 18.28%
BLUE value IS 248 (97.27% from 255) = 44.44%
R=37.28%
G=18.28%
B=44.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081022480.160.5900.03283.5691.2568.63
HexD066F8103B0311c5b45
Octal320146370207303434133105
Binary110100001100110111110001000011101101110001110010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D066F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D066F8; }

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

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

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

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

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

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

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

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