Shades of Heliotrope #D272FB
Tints of Heliotrope #D272FB
RGB
CMYK
RGB Variations
Color information
#D272FB (or 0xD272FB) is known color: Heliotrope. HEX triplet: D2, 72 and FB. RGB value is (210,114,251). Sum of RGB (Red+Green+Blue) = 210+114+251=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #D272FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272FB is #2D8D04. Grayscale: #9D9D9D. Windows color (decimal): -2985221 or 16478930. OLE color: 16478930.
HSL color Cylindrical-coordinate representation of color #D272FB: hue angle of 282.04º 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 #D272FB is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 114 | 251 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.02 |
| HSL | 282.04º | 0.94% | 0.72% | - |
| HSV(B) | 282.04º | 0.55% | 0.98% | - |
| XYZ | 50.01 | 32.7 | 94.94 | - |
| YUV | 158.32 | 180.3 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 251 | 0.16 | 0.55 | 0 | 0.02 | 282.04 | 0.94 | 0.72 |
| Hex | D2 | 72 | FB | 10 | 37 | 0 | 2 | 11A | 5E | 48 |
| Octal | 322 | 162 | 373 | 20 | 67 | 0 | 2 | 432 | 136 | 110 |
| Binary | 11010010 | 1110010 | 11111011 | 10000 | 110111 | 0 | 10 | 100011010 | 1011110 | 1001000 |
Color Harmonies of #D272FB
Complementary color
Monochromatic Colors of #D272FB
Black with #D272FB
Text Example
Text Example
White with #D272FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272FB; }
p { color: rgb(210,114,251); }
H1.HeaderClassName
{
color: #D272FB;
}
.AnyTagClassName
{
color: #D272FB;
}
</style>
background-color css
<style>
a { background-color: #D272FB; }
a { background-color: rgb(210,114,251); }
div.DivClassName
{
background-color: #D272FB;
}
.BgClassName
{
background-color: #D272FB;
}
</style>
border-color css
<style>
span { border-color: #D272FB; }
span { border-color: rgb(210,114,251); }
td.TdClassName
{
border-color: #D272FB;
}
.TagClassName
{
border-color: #D272FB;
}
</style>