#DC91F9

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

Shades of Heliotrope #DC91F9

Tints of Heliotrope #DC91F9

Color information

#DC91F9 (or 0xDC91F9) is unknown color: approx Heliotrope. HEX triplet: DC, 91 and F9. RGB value is (220,145,249). Sum of RGB (Red+Green+Blue) = 220+145+249=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 145 (57.03% from 255 or 23.62% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC91F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC91F9 is #236E06. Grayscale: #B2B2B2. Windows color (decimal): -2321927 or 16355804. OLE color: 16355804.

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

Color convert

RGB220145249-
CMYK0.120.4200.02
HSL283.27º89.66%77.25%-
HSV(B)283.27º41.77%97.65%-
XYZ56.7442.3194.8-
YUV179.28167.35157.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 145 (57.03% from 255) = 23.62%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=35.83%
G=23.62%
B=40.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201452490.120.4200.02283.2789.6677.25
HexDC91F9C2A0211b5a4d
Octal334221371145202433132115
Binary110111001001000111111001110010101001010001101110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC91F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC91F9; }

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

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

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

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

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

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

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

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