Shades of Heliotrope #D072FB
Tints of Heliotrope #D072FB
RGB
CMYK
RGB Variations
Color information
#D072FB (or 0xD072FB) is known color: Heliotrope. HEX triplet: D0, 72 and FB. RGB value is (208,114,251). Sum of RGB (Red+Green+Blue) = 208+114+251=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #D072FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D072FB is #2F8D04. Grayscale: #9D9D9D. Windows color (decimal): -3116293 or 16478928. OLE color: 16478928.
HSL color Cylindrical-coordinate representation of color #D072FB: hue angle of 281.17º 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 #D072FB is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 114 | 251 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.02 |
| HSL | 281.17º | 0.94% | 0.72% | - |
| HSV(B) | 281.17º | 0.55% | 0.98% | - |
| XYZ | 49.44 | 32.41 | 94.92 | - |
| YUV | 157.72 | 180.64 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 251 | 0.17 | 0.55 | 0 | 0.02 | 281.17 | 0.94 | 0.72 |
| Hex | D0 | 72 | FB | 11 | 37 | 0 | 2 | 119 | 5E | 48 |
| Octal | 320 | 162 | 373 | 21 | 67 | 0 | 2 | 431 | 136 | 110 |
| Binary | 11010000 | 1110010 | 11111011 | 10001 | 110111 | 0 | 10 | 100011001 | 1011110 | 1001000 |
Color Harmonies of #D072FB
Complementary color
Monochromatic Colors of #D072FB
Black with #D072FB
Text Example
Text Example
White with #D072FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072FB; }
p { color: rgb(208,114,251); }
H1.HeaderClassName
{
color: #D072FB;
}
.AnyTagClassName
{
color: #D072FB;
}
</style>
background-color css
<style>
a { background-color: #D072FB; }
a { background-color: rgb(208,114,251); }
div.DivClassName
{
background-color: #D072FB;
}
.BgClassName
{
background-color: #D072FB;
}
</style>
border-color css
<style>
span { border-color: #D072FB; }
span { border-color: rgb(208,114,251); }
td.TdClassName
{
border-color: #D072FB;
}
.TagClassName
{
border-color: #D072FB;
}
</style>