#DC5BF2

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

Shades of Heliotrope #DC5BF2

Tints of Heliotrope #DC5BF2

Color information

#DC5BF2 (or 0xDC5BF2) is unknown color: approx Heliotrope. HEX triplet: DC, 5B and F2. RGB value is (220,91,242). Sum of RGB (Red+Green+Blue) = 220+91+242=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 91 (35.94% from 255 or 16.46% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC5BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5BF2 is #23A40D. Grayscale: #929292. Windows color (decimal): -2335758 or 15883228. OLE color: 15883228.

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

Color convert

RGB22091242-
CMYK0.090.6200.05
HSL291.26º85.31%65.29%-
HSV(B)291.26º62.4%94.9%-
XYZ49.2829.1187.03-
YUV146.78181.74180.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 91 (35.94% from 255) = 16.46%
BLUE value IS 242 (94.92% from 255) = 43.76%
R=39.78%
G=16.46%
B=43.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220912420.090.6200.05291.2685.3165.29
HexDC5BF293E051235541
Octal334133362117605443125101
Binary110111001011011111100101001111110010110010001110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5BF2; }

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

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

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

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

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

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

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

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