Shades of Heliotrope #DF88FB
Tints of Heliotrope #DF88FB
RGB
CMYK
RGB Variations
Color information
#DF88FB (or 0xDF88FB) is known color: Heliotrope. HEX triplet: DF, 88 and FB. RGB value is (223,136,251). Sum of RGB (Red+Green+Blue) = 223+136+251=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 136 (53.52% from 255 or 22.30% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF88FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF88FB is #207704. Grayscale: #AEAEAE. Windows color (decimal): -2127621 or 16484575. OLE color: 16484575.
HSL color Cylindrical-coordinate representation of color #DF88FB: hue angle of 285.39º 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 #DF88FB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 136 | 251 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.02 |
| HSL | 285.39º | 0.93% | 0.76% | - |
| HSV(B) | 285.39º | 0.46% | 0.98% | - |
| XYZ | 56.65 | 40.26 | 96.05 | - |
| YUV | 175.12 | 170.82 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 251 | 0.11 | 0.46 | 0 | 0.02 | 285.39 | 0.93 | 0.76 |
| Hex | DF | 88 | FB | B | 2E | 0 | 2 | 11D | 5D | 4C |
| Octal | 337 | 210 | 373 | 13 | 56 | 0 | 2 | 435 | 135 | 114 |
| Binary | 11011111 | 10001000 | 11111011 | 1011 | 101110 | 0 | 10 | 100011101 | 1011101 | 1001100 |
Color Harmonies of #DF88FB
Complementary color
Monochromatic Colors of #DF88FB
Black with #DF88FB
Text Example
Text Example
White with #DF88FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88FB; }
p { color: rgb(223,136,251); }
H1.HeaderClassName
{
color: #DF88FB;
}
.AnyTagClassName
{
color: #DF88FB;
}
</style>
background-color css
<style>
a { background-color: #DF88FB; }
a { background-color: rgb(223,136,251); }
div.DivClassName
{
background-color: #DF88FB;
}
.BgClassName
{
background-color: #DF88FB;
}
</style>
border-color css
<style>
span { border-color: #DF88FB; }
span { border-color: rgb(223,136,251); }
td.TdClassName
{
border-color: #DF88FB;
}
.TagClassName
{
border-color: #DF88FB;
}
</style>