Shades of Heliotrope #D972FB
Tints of Heliotrope #D972FB
RGB
CMYK
RGB Variations
Color information
#D972FB (or 0xD972FB) is known color: Heliotrope. HEX triplet: D9, 72 and FB. RGB value is (217,114,251). Sum of RGB (Red+Green+Blue) = 217+114+251=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 114 (44.92% from 255 or 19.59% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #D972FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972FB is #268D04. Grayscale: #9F9F9F. Windows color (decimal): -2526469 or 16478937. OLE color: 16478937.
HSL color Cylindrical-coordinate representation of color #D972FB: hue angle of 285.11º 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 #D972FB is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 114 | 251 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.02 |
| HSL | 285.11º | 0.94% | 0.72% | - |
| HSV(B) | 285.11º | 0.55% | 0.98% | - |
| XYZ | 52.05 | 33.75 | 95.04 | - |
| YUV | 160.42 | 179.12 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 251 | 0.14 | 0.55 | 0 | 0.02 | 285.11 | 0.94 | 0.72 |
| Hex | D9 | 72 | FB | E | 37 | 0 | 2 | 11D | 5E | 48 |
| Octal | 331 | 162 | 373 | 16 | 67 | 0 | 2 | 435 | 136 | 110 |
| Binary | 11011001 | 1110010 | 11111011 | 1110 | 110111 | 0 | 10 | 100011101 | 1011110 | 1001000 |
Color Harmonies of #D972FB
Complementary color
Monochromatic Colors of #D972FB
Black with #D972FB
Text Example
Text Example
White with #D972FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D972FB; }
p { color: rgb(217,114,251); }
H1.HeaderClassName
{
color: #D972FB;
}
.AnyTagClassName
{
color: #D972FB;
}
</style>
background-color css
<style>
a { background-color: #D972FB; }
a { background-color: rgb(217,114,251); }
div.DivClassName
{
background-color: #D972FB;
}
.BgClassName
{
background-color: #D972FB;
}
</style>
border-color css
<style>
span { border-color: #D972FB; }
span { border-color: rgb(217,114,251); }
td.TdClassName
{
border-color: #D972FB;
}
.TagClassName
{
border-color: #D972FB;
}
</style>