Shades of Heliotrope #D274FB
Tints of Heliotrope #D274FB
RGB
CMYK
RGB Variations
Color information
#D274FB (or 0xD274FB) is known color: Heliotrope. HEX triplet: D2, 74 and FB. RGB value is (210,116,251). Sum of RGB (Red+Green+Blue) = 210+116+251=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #D274FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D274FB is #2D8B04. Grayscale: #9F9F9F. Windows color (decimal): -2984709 or 16479442. OLE color: 16479442.
HSL color Cylindrical-coordinate representation of color #D274FB: hue angle of 281.78º 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 #D274FB is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 116 | 251 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.02 |
| HSL | 281.78º | 0.94% | 0.72% | - |
| HSV(B) | 281.78º | 0.54% | 0.98% | - |
| XYZ | 50.24 | 33.16 | 95.02 | - |
| YUV | 159.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 251 | 0.16 | 0.54 | 0 | 0.02 | 281.78 | 0.94 | 0.72 |
| Hex | D2 | 74 | FB | 10 | 36 | 0 | 2 | 11A | 5E | 48 |
| Octal | 322 | 164 | 373 | 20 | 66 | 0 | 2 | 432 | 136 | 110 |
| Binary | 11010010 | 1110100 | 11111011 | 10000 | 110110 | 0 | 10 | 100011010 | 1011110 | 1001000 |
Color Harmonies of #D274FB
Complementary color
Monochromatic Colors of #D274FB
Black with #D274FB
Text Example
Text Example
White with #D274FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D274FB; }
p { color: rgb(210,116,251); }
H1.HeaderClassName
{
color: #D274FB;
}
.AnyTagClassName
{
color: #D274FB;
}
</style>
background-color css
<style>
a { background-color: #D274FB; }
a { background-color: rgb(210,116,251); }
div.DivClassName
{
background-color: #D274FB;
}
.BgClassName
{
background-color: #D274FB;
}
</style>
border-color css
<style>
span { border-color: #D274FB; }
span { border-color: rgb(210,116,251); }
td.TdClassName
{
border-color: #D274FB;
}
.TagClassName
{
border-color: #D274FB;
}
</style>