Shades of Heliotrope #DF80FB
Tints of Heliotrope #DF80FB
RGB
CMYK
RGB Variations
Color information
#DF80FB (or 0xDF80FB) is known color: Heliotrope. HEX triplet: DF, 80 and FB. RGB value is (223,128,251). Sum of RGB (Red+Green+Blue) = 223+128+251=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF80FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF80FB is #207F04. Grayscale: #AAAAAA. Windows color (decimal): -2129669 or 16482527. OLE color: 16482527.
HSL color Cylindrical-coordinate representation of color #DF80FB: hue angle of 286.34º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF80FB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 128 | 251 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.02 |
| HSL | 286.34º | 0.94% | 0.74% | - |
| HSV(B) | 286.34º | 0.49% | 0.98% | - |
| XYZ | 55.56 | 38.09 | 95.69 | - |
| YUV | 170.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 251 | 0.11 | 0.49 | 0 | 0.02 | 286.34 | 0.94 | 0.74 |
| Hex | DF | 80 | FB | B | 31 | 0 | 2 | 11E | 5E | 4A |
| Octal | 337 | 200 | 373 | 13 | 61 | 0 | 2 | 436 | 136 | 112 |
| Binary | 11011111 | 10000000 | 11111011 | 1011 | 110001 | 0 | 10 | 100011110 | 1011110 | 1001010 |
Color Harmonies of #DF80FB
Complementary color
Monochromatic Colors of #DF80FB
Black with #DF80FB
Text Example
Text Example
White with #DF80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80FB; }
p { color: rgb(223,128,251); }
H1.HeaderClassName
{
color: #DF80FB;
}
.AnyTagClassName
{
color: #DF80FB;
}
</style>
background-color css
<style>
a { background-color: #DF80FB; }
a { background-color: rgb(223,128,251); }
div.DivClassName
{
background-color: #DF80FB;
}
.BgClassName
{
background-color: #DF80FB;
}
</style>
border-color css
<style>
span { border-color: #DF80FB; }
span { border-color: rgb(223,128,251); }
td.TdClassName
{
border-color: #DF80FB;
}
.TagClassName
{
border-color: #DF80FB;
}
</style>