Shades of Heliotrope #DC88FB
Tints of Heliotrope #DC88FB
RGB
CMYK
RGB Variations
Color information
#DC88FB (or 0xDC88FB) is known color: Heliotrope. HEX triplet: DC, 88 and FB. RGB value is (220,136,251). Sum of RGB (Red+Green+Blue) = 220+136+251=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 136 (53.52% from 255 or 22.41% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC88FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC88FB is #237704. Grayscale: #ADADAD. Windows color (decimal): -2324229 or 16484572. OLE color: 16484572.
HSL color Cylindrical-coordinate representation of color #DC88FB: hue angle of 283.83º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC88FB is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 136 | 251 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.02 |
| HSL | 283.83º | 0.93% | 0.76% | - |
| HSV(B) | 283.83º | 0.46% | 0.98% | - |
| XYZ | 55.73 | 39.79 | 96.01 | - |
| YUV | 174.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 251 | 0.12 | 0.46 | 0 | 0.02 | 283.83 | 0.93 | 0.76 |
| Hex | DC | 88 | FB | C | 2E | 0 | 2 | 11C | 5D | 4C |
| Octal | 334 | 210 | 373 | 14 | 56 | 0 | 2 | 434 | 135 | 114 |
| Binary | 11011100 | 10001000 | 11111011 | 1100 | 101110 | 0 | 10 | 100011100 | 1011101 | 1001100 |
Color Harmonies of #DC88FB
Complementary color
Monochromatic Colors of #DC88FB
Black with #DC88FB
Text Example
Text Example
White with #DC88FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88FB; }
p { color: rgb(220,136,251); }
H1.HeaderClassName
{
color: #DC88FB;
}
.AnyTagClassName
{
color: #DC88FB;
}
</style>
background-color css
<style>
a { background-color: #DC88FB; }
a { background-color: rgb(220,136,251); }
div.DivClassName
{
background-color: #DC88FB;
}
.BgClassName
{
background-color: #DC88FB;
}
</style>
border-color css
<style>
span { border-color: #DC88FB; }
span { border-color: rgb(220,136,251); }
td.TdClassName
{
border-color: #DC88FB;
}
.TagClassName
{
border-color: #DC88FB;
}
</style>