Shades of Heliotrope #D277FB
Tints of Heliotrope #D277FB
RGB
CMYK
RGB Variations
Color information
#D277FB (or 0xD277FB) is known color: Heliotrope. HEX triplet: D2, 77 and FB. RGB value is (210,119,251). Sum of RGB (Red+Green+Blue) = 210+119+251=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #D277FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D277FB is #2D8804. Grayscale: #A0A0A0. Windows color (decimal): -2983941 or 16480210. OLE color: 16480210.
HSL color Cylindrical-coordinate representation of color #D277FB: hue angle of 281.36º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D277FB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 119 | 251 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.02 |
| HSL | 281.36º | 0.94% | 0.73% | - |
| HSV(B) | 281.36º | 0.53% | 0.98% | - |
| XYZ | 50.59 | 33.86 | 95.14 | - |
| YUV | 161.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 251 | 0.16 | 0.53 | 0 | 0.02 | 281.36 | 0.94 | 0.73 |
| Hex | D2 | 77 | FB | 10 | 35 | 0 | 2 | 119 | 5E | 49 |
| Octal | 322 | 167 | 373 | 20 | 65 | 0 | 2 | 431 | 136 | 111 |
| Binary | 11010010 | 1110111 | 11111011 | 10000 | 110101 | 0 | 10 | 100011001 | 1011110 | 1001001 |
Color Harmonies of #D277FB
Complementary color
Monochromatic Colors of #D277FB
Black with #D277FB
Text Example
Text Example
White with #D277FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277FB; }
p { color: rgb(210,119,251); }
H1.HeaderClassName
{
color: #D277FB;
}
.AnyTagClassName
{
color: #D277FB;
}
</style>
background-color css
<style>
a { background-color: #D277FB; }
a { background-color: rgb(210,119,251); }
div.DivClassName
{
background-color: #D277FB;
}
.BgClassName
{
background-color: #D277FB;
}
</style>
border-color css
<style>
span { border-color: #D277FB; }
span { border-color: rgb(210,119,251); }
td.TdClassName
{
border-color: #D277FB;
}
.TagClassName
{
border-color: #D277FB;
}
</style>