Shades of Heliotrope #DC88F2
Tints of Heliotrope #DC88F2
RGB
CMYK
RGB Variations
Color information
#DC88F2 (or 0xDC88F2) is known color: Heliotrope. HEX triplet: DC, 88 and F2. RGB value is (220,136,242). Sum of RGB (Red+Green+Blue) = 220+136+242=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC88F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC88F2 is #23770D. Grayscale: #ACACAC. Windows color (decimal): -2324238 or 15894748. OLE color: 15894748.
HSL color Cylindrical-coordinate representation of color #DC88F2: hue angle of 287.55º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC88F2 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 136 | 242 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.05 |
| HSL | 287.55º | 0.8% | 0.74% | - |
| HSV(B) | 287.55º | 0.44% | 0.95% | - |
| XYZ | 54.35 | 39.23 | 88.71 | - |
| YUV | 173.2 | 166.83 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 242 | 0.09 | 0.44 | 0 | 0.05 | 287.55 | 0.8 | 0.74 |
| Hex | DC | 88 | F2 | 9 | 2C | 0 | 5 | 120 | 50 | 4A |
| Octal | 334 | 210 | 362 | 11 | 54 | 0 | 5 | 440 | 120 | 112 |
| Binary | 11011100 | 10001000 | 11110010 | 1001 | 101100 | 0 | 101 | 100100000 | 1010000 | 1001010 |
Color Harmonies of #DC88F2
Complementary color
Monochromatic Colors of #DC88F2
Black with #DC88F2
Text Example
Text Example
White with #DC88F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88F2; }
p { color: rgb(220,136,242); }
H1.HeaderClassName
{
color: #DC88F2;
}
.AnyTagClassName
{
color: #DC88F2;
}
</style>
background-color css
<style>
a { background-color: #DC88F2; }
a { background-color: rgb(220,136,242); }
div.DivClassName
{
background-color: #DC88F2;
}
.BgClassName
{
background-color: #DC88F2;
}
</style>
border-color css
<style>
span { border-color: #DC88F2; }
span { border-color: rgb(220,136,242); }
td.TdClassName
{
border-color: #DC88F2;
}
.TagClassName
{
border-color: #DC88F2;
}
</style>