Shades of Heliotrope #DF81FB
Tints of Heliotrope #DF81FB
RGB
CMYK
RGB Variations
Color information
#DF81FB (or 0xDF81FB) is known color: Heliotrope. HEX triplet: DF, 81 and FB. RGB value is (223,129,251). Sum of RGB (Red+Green+Blue) = 223+129+251=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 129 (50.78% from 255 or 21.39% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF81FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF81FB is #207E04. Grayscale: #AAAAAA. Windows color (decimal): -2129413 or 16482783. OLE color: 16482783.
HSL color Cylindrical-coordinate representation of color #DF81FB: hue angle of 286.23º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF81FB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 129 | 251 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.02 |
| HSL | 286.23º | 0.94% | 0.75% | - |
| HSV(B) | 286.23º | 0.49% | 0.98% | - |
| XYZ | 55.69 | 38.35 | 95.73 | - |
| YUV | 171.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 251 | 0.11 | 0.49 | 0 | 0.02 | 286.23 | 0.94 | 0.75 |
| Hex | DF | 81 | FB | B | 31 | 0 | 2 | 11E | 5E | 4B |
| Octal | 337 | 201 | 373 | 13 | 61 | 0 | 2 | 436 | 136 | 113 |
| Binary | 11011111 | 10000001 | 11111011 | 1011 | 110001 | 0 | 10 | 100011110 | 1011110 | 1001011 |
Color Harmonies of #DF81FB
Complementary color
Monochromatic Colors of #DF81FB
Black with #DF81FB
Text Example
Text Example
White with #DF81FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81FB; }
p { color: rgb(223,129,251); }
H1.HeaderClassName
{
color: #DF81FB;
}
.AnyTagClassName
{
color: #DF81FB;
}
</style>
background-color css
<style>
a { background-color: #DF81FB; }
a { background-color: rgb(223,129,251); }
div.DivClassName
{
background-color: #DF81FB;
}
.BgClassName
{
background-color: #DF81FB;
}
</style>
border-color css
<style>
span { border-color: #DF81FB; }
span { border-color: rgb(223,129,251); }
td.TdClassName
{
border-color: #DF81FB;
}
.TagClassName
{
border-color: #DF81FB;
}
</style>