Shades of Heliotrope #DC88F8
Tints of Heliotrope #DC88F8
RGB
CMYK
RGB Variations
Color information
#DC88F8 (or 0xDC88F8) is known color: Heliotrope. HEX triplet: DC, 88 and F8. RGB value is (220,136,248). Sum of RGB (Red+Green+Blue) = 220+136+248=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 136 (53.52% from 255 or 22.52% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC88F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC88F8 is #237707. Grayscale: #ADADAD. Windows color (decimal): -2324232 or 16287964. OLE color: 16287964.
HSL color Cylindrical-coordinate representation of color #DC88F8: hue angle of 285º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC88F8 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 136 | 248 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.03 |
| HSL | 285º | 0.89% | 0.75% | - |
| HSV(B) | 285º | 0.45% | 0.97% | - |
| XYZ | 55.26 | 39.6 | 93.54 | - |
| YUV | 173.88 | 169.83 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 248 | 0.11 | 0.45 | 0 | 0.03 | 285 | 0.89 | 0.75 |
| Hex | DC | 88 | F8 | B | 2D | 0 | 3 | 11D | 59 | 4B |
| Octal | 334 | 210 | 370 | 13 | 55 | 0 | 3 | 435 | 131 | 113 |
| Binary | 11011100 | 10001000 | 11111000 | 1011 | 101101 | 0 | 11 | 100011101 | 1011001 | 1001011 |
Color Harmonies of #DC88F8
Complementary color
Monochromatic Colors of #DC88F8
Black with #DC88F8
Text Example
Text Example
White with #DC88F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88F8; }
p { color: rgb(220,136,248); }
H1.HeaderClassName
{
color: #DC88F8;
}
.AnyTagClassName
{
color: #DC88F8;
}
</style>
background-color css
<style>
a { background-color: #DC88F8; }
a { background-color: rgb(220,136,248); }
div.DivClassName
{
background-color: #DC88F8;
}
.BgClassName
{
background-color: #DC88F8;
}
</style>
border-color css
<style>
span { border-color: #DC88F8; }
span { border-color: rgb(220,136,248); }
td.TdClassName
{
border-color: #DC88F8;
}
.TagClassName
{
border-color: #DC88F8;
}
</style>