Shades of Heliotrope #D372FB
Tints of Heliotrope #D372FB
RGB
CMYK
RGB Variations
Color information
#D372FB (or 0xD372FB) is known color: Heliotrope. HEX triplet: D3, 72 and FB. RGB value is (211,114,251). Sum of RGB (Red+Green+Blue) = 211+114+251=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #D372FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372FB is #2C8D04. Grayscale: #9E9E9E. Windows color (decimal): -2919685 or 16478931. OLE color: 16478931.
HSL color Cylindrical-coordinate representation of color #D372FB: hue angle of 282.48º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D372FB is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 114 | 251 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.02 |
| HSL | 282.48º | 0.94% | 0.72% | - |
| HSV(B) | 282.48º | 0.55% | 0.98% | - |
| XYZ | 50.29 | 32.85 | 94.96 | - |
| YUV | 158.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 251 | 0.16 | 0.55 | 0 | 0.02 | 282.48 | 0.94 | 0.72 |
| Hex | D3 | 72 | FB | 10 | 37 | 0 | 2 | 11A | 5E | 48 |
| Octal | 323 | 162 | 373 | 20 | 67 | 0 | 2 | 432 | 136 | 110 |
| Binary | 11010011 | 1110010 | 11111011 | 10000 | 110111 | 0 | 10 | 100011010 | 1011110 | 1001000 |
Color Harmonies of #D372FB
Complementary color
Monochromatic Colors of #D372FB
Black with #D372FB
Text Example
Text Example
White with #D372FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372FB; }
p { color: rgb(211,114,251); }
H1.HeaderClassName
{
color: #D372FB;
}
.AnyTagClassName
{
color: #D372FB;
}
</style>
background-color css
<style>
a { background-color: #D372FB; }
a { background-color: rgb(211,114,251); }
div.DivClassName
{
background-color: #D372FB;
}
.BgClassName
{
background-color: #D372FB;
}
</style>
border-color css
<style>
span { border-color: #D372FB; }
span { border-color: rgb(211,114,251); }
td.TdClassName
{
border-color: #D372FB;
}
.TagClassName
{
border-color: #D372FB;
}
</style>