#DC88F5

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

Shades of Heliotrope #DC88F5

Tints of Heliotrope #DC88F5

Color information

#DC88F5 (or 0xDC88F5) is unknown color: approx Heliotrope. HEX triplet: DC, 88 and F5. RGB value is (220,136,245). Sum of RGB (Red+Green+Blue) = 220+136+245=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 136 (53.52% from 255 or 22.63% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC88F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC88F5 is #23770A. Grayscale: #ADADAD. Windows color (decimal): -2324235 or 16091356. OLE color: 16091356.

HSL color Cylindrical-coordinate representation of color #DC88F5: hue angle of 286.24º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC88F5 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220136245-
CMYK0.100.4400.04
HSL286.24º84.5%74.71%-
HSV(B)286.24º44.49%96.08%-
XYZ54.839.4291.11-
YUV173.54168.33161.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 136 (53.52% from 255) = 22.63%
BLUE value IS 245 (96.09% from 255) = 40.77%
R=36.61%
G=22.63%
B=40.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201362450.100.4400.04286.2484.574.71
HexDC88F5A2C0411e544b
Octal334210365125404436124113
Binary1101110010001000111101011010101100010010001111010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88F5; }

 p { color: rgb(220,136,245); }

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

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

 a { background-color: rgb(220,136,245); }

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

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

 span { border-color: rgb(220,136,245); }

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