Shades of Heliotrope #DF64FB
Tints of Heliotrope #DF64FB
RGB
CMYK
RGB Variations
Color information
#DF64FB (or 0xDF64FB) is known color: Heliotrope. HEX triplet: DF, 64 and FB. RGB value is (223,100,251). Sum of RGB (Red+Green+Blue) = 223+100+251=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 100 (39.45% from 255 or 17.42% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF64FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64FB is #209B04. Grayscale: #999999. Windows color (decimal): -2136837 or 16475359. OLE color: 16475359.
HSL color Cylindrical-coordinate representation of color #DF64FB: hue angle of 288.87º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF64FB is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 100 | 251 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.02 |
| HSL | 288.87º | 0.95% | 0.69% | - |
| HSV(B) | 288.87º | 0.6% | 0.98% | - |
| XYZ | 52.4 | 31.77 | 94.64 | - |
| YUV | 153.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 251 | 0.11 | 0.60 | 0 | 0.02 | 288.87 | 0.95 | 0.69 |
| Hex | DF | 64 | FB | B | 3C | 0 | 2 | 121 | 5F | 45 |
| Octal | 337 | 144 | 373 | 13 | 74 | 0 | 2 | 441 | 137 | 105 |
| Binary | 11011111 | 1100100 | 11111011 | 1011 | 111100 | 0 | 10 | 100100001 | 1011111 | 1000101 |
Color Harmonies of #DF64FB
Complementary color
Monochromatic Colors of #DF64FB
Black with #DF64FB
Text Example
Text Example
White with #DF64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64FB; }
p { color: rgb(223,100,251); }
H1.HeaderClassName
{
color: #DF64FB;
}
.AnyTagClassName
{
color: #DF64FB;
}
</style>
background-color css
<style>
a { background-color: #DF64FB; }
a { background-color: rgb(223,100,251); }
div.DivClassName
{
background-color: #DF64FB;
}
.BgClassName
{
background-color: #DF64FB;
}
</style>
border-color css
<style>
span { border-color: #DF64FB; }
span { border-color: rgb(223,100,251); }
td.TdClassName
{
border-color: #DF64FB;
}
.TagClassName
{
border-color: #DF64FB;
}
</style>