#DC66F9

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

Shades of Heliotrope #DC66F9

Tints of Heliotrope #DC66F9

Color information

#DC66F9 (or 0xDC66F9) is unknown color: approx Heliotrope. HEX triplet: DC, 66 and F9. RGB value is (220,102,249). Sum of RGB (Red+Green+Blue) = 220+102+249=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 102 (40.23% from 255 or 17.86% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC66F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66F9 is #239906. Grayscale: #999999. Windows color (decimal): -2332935 or 16344796. OLE color: 16344796.

HSL color Cylindrical-coordinate representation of color #DC66F9: hue angle of 288.16º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC66F9 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220102249-
CMYK0.120.5900.02
HSL288.16º92.45%68.82%-
HSV(B)288.16º59.04%97.65%-
XYZ51.3731.5693.01-
YUV154.04181.59175.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 102 (40.23% from 255) = 17.86%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=38.53%
G=17.86%
B=43.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201022490.120.5900.02288.1692.4568.82
HexDC66F9C3B021205c45
Octal334146371147302440134105
Binary11011100110011011111001110011101101010010000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC66F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC66F9; }

 p { color: rgb(220,102,249); }

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

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

 a { background-color: rgb(220,102,249); }

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

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

 span { border-color: rgb(220,102,249); }

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