Shades of Heliotrope #D273FB
Tints of Heliotrope #D273FB
RGB
CMYK
RGB Variations
Color information
#D273FB (or 0xD273FB) is known color: Heliotrope. HEX triplet: D2, 73 and FB. RGB value is (210,115,251). Sum of RGB (Red+Green+Blue) = 210+115+251=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 115 (45.31% from 255 or 19.97% 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 #D273FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D273FB is #2D8C04. Grayscale: #9E9E9E. Windows color (decimal): -2984965 or 16479186. OLE color: 16479186.
HSL color Cylindrical-coordinate representation of color #D273FB: hue angle of 281.91º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D273FB is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 115 | 251 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.02 |
| HSL | 281.91º | 0.94% | 0.72% | - |
| HSV(B) | 281.91º | 0.54% | 0.98% | - |
| XYZ | 50.12 | 32.93 | 94.98 | - |
| YUV | 158.91 | 179.97 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 251 | 0.16 | 0.54 | 0 | 0.02 | 281.91 | 0.94 | 0.72 |
| Hex | D2 | 73 | FB | 10 | 36 | 0 | 2 | 11A | 5E | 48 |
| Octal | 322 | 163 | 373 | 20 | 66 | 0 | 2 | 432 | 136 | 110 |
| Binary | 11010010 | 1110011 | 11111011 | 10000 | 110110 | 0 | 10 | 100011010 | 1011110 | 1001000 |
Color Harmonies of #D273FB
Complementary color
Monochromatic Colors of #D273FB
Black with #D273FB
Text Example
Text Example
White with #D273FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273FB; }
p { color: rgb(210,115,251); }
H1.HeaderClassName
{
color: #D273FB;
}
.AnyTagClassName
{
color: #D273FB;
}
</style>
background-color css
<style>
a { background-color: #D273FB; }
a { background-color: rgb(210,115,251); }
div.DivClassName
{
background-color: #D273FB;
}
.BgClassName
{
background-color: #D273FB;
}
</style>
border-color css
<style>
span { border-color: #D273FB; }
span { border-color: rgb(210,115,251); }
td.TdClassName
{
border-color: #D273FB;
}
.TagClassName
{
border-color: #D273FB;
}
</style>