#DC66F1

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

Shades of Heliotrope #DC66F1

Tints of Heliotrope #DC66F1

Color information

#DC66F1 (or 0xDC66F1) is unknown color: approx Heliotrope. HEX triplet: DC, 66 and F1. RGB value is (220,102,241). Sum of RGB (Red+Green+Blue) = 220+102+241=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 102 (40.23% from 255 or 18.12% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66F1 is #23990E. Grayscale: #989898. Windows color (decimal): -2332943 or 15820508. OLE color: 15820508.

HSL color Cylindrical-coordinate representation of color #DC66F1: hue angle of 290.94º degrees, saturation: 0.83, 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 #DC66F1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220102241-
CMYK0.090.5800.05
HSL290.94º83.23%67.25%-
HSV(B)290.94º57.68%94.51%-
XYZ50.1431.0786.57-
YUV153.13177.59175.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 102 (40.23% from 255) = 18.12%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=39.08%
G=18.12%
B=42.81%

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
Decimal2201022410.090.5800.05290.9483.2367.25
HexDC66F193A051235343
Octal334146361117205443123103
Binary110111001100110111100011001111010010110010001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC66F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC66F1; }

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

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

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

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

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

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

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

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