Shades of Heliotrope #D281FB
Tints of Heliotrope #D281FB
RGB
CMYK
RGB Variations
Color information
#D281FB (or 0xD281FB) is known color: Heliotrope. HEX triplet: D2, 81 and FB. RGB value is (210,129,251). Sum of RGB (Red+Green+Blue) = 210+129+251=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #D281FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D281FB is #2D7E04. Grayscale: #A6A6A6. Windows color (decimal): -2981381 or 16482770. OLE color: 16482770.
HSL color Cylindrical-coordinate representation of color #D281FB: hue angle of 279.84º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D281FB is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 129 | 251 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.02 |
| HSL | 279.84º | 0.94% | 0.75% | - |
| HSV(B) | 279.84º | 0.49% | 0.98% | - |
| XYZ | 51.84 | 36.37 | 95.55 | - |
| YUV | 167.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 251 | 0.16 | 0.49 | 0 | 0.02 | 279.84 | 0.94 | 0.75 |
| Hex | D2 | 81 | FB | 10 | 31 | 0 | 2 | 118 | 5E | 4B |
| Octal | 322 | 201 | 373 | 20 | 61 | 0 | 2 | 430 | 136 | 113 |
| Binary | 11010010 | 10000001 | 11111011 | 10000 | 110001 | 0 | 10 | 100011000 | 1011110 | 1001011 |
Color Harmonies of #D281FB
Complementary color
Monochromatic Colors of #D281FB
Black with #D281FB
Text Example
Text Example
White with #D281FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D281FB; }
p { color: rgb(210,129,251); }
H1.HeaderClassName
{
color: #D281FB;
}
.AnyTagClassName
{
color: #D281FB;
}
</style>
background-color css
<style>
a { background-color: #D281FB; }
a { background-color: rgb(210,129,251); }
div.DivClassName
{
background-color: #D281FB;
}
.BgClassName
{
background-color: #D281FB;
}
</style>
border-color css
<style>
span { border-color: #D281FB; }
span { border-color: rgb(210,129,251); }
td.TdClassName
{
border-color: #D281FB;
}
.TagClassName
{
border-color: #D281FB;
}
</style>