#DC66F2

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

Shades of Heliotrope #DC66F2

Tints of Heliotrope #DC66F2

Color information

#DC66F2 (or 0xDC66F2) is unknown color: approx Heliotrope. HEX triplet: DC, 66 and F2. RGB value is (220,102,242). Sum of RGB (Red+Green+Blue) = 220+102+242=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC66F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66F2 is #23990D. Grayscale: #989898. Windows color (decimal): -2332942 or 15886044. OLE color: 15886044.

HSL color Cylindrical-coordinate representation of color #DC66F2: hue angle of 290.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC66F2 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220102242-
CMYK0.090.5800.05
HSL290.57º84.34%67.45%-
HSV(B)290.57º57.85%94.9%-
XYZ50.2931.1387.36-
YUV153.24178.09175.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 102 (40.23% from 255) = 18.09%
BLUE value IS 242 (94.92% from 255) = 42.91%
R=39.01%
G=18.09%
B=42.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201022420.090.5800.05290.5784.3467.45
HexDC66F293A051235443
Octal334146362117205443124103
Binary110111001100110111100101001111010010110010001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC66F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC66F2; }

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

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

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

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

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

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

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

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