Shades of Heliotrope #D281FF
Tints of Heliotrope #D281FF
RGB
CMYK
RGB Variations
Color information
#D281FF (or 0xD281FF) is known color: Heliotrope. HEX triplet: D2, 81 and FF. RGB value is (210,129,255). Sum of RGB (Red+Green+Blue) = 210+129+255=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #D281FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D281FF is #2D7E00. Grayscale: #A7A7A7. Windows color (decimal): -2981377 or 16744914. OLE color: 16744914.
HSL color Cylindrical-coordinate representation of color #D281FF: hue angle of 278.57º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D281FF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 129 | 255 | - |
| CMYK | 0.18 | 0.49 | 0 | 0 |
| HSL | 278.57º | 1% | 0.75% | - |
| HSV(B) | 278.57º | 0.49% | 1% | - |
| XYZ | 52.48 | 36.62 | 98.91 | - |
| YUV | 167.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 255 | 0.18 | 0.49 | 0 | 0 | 278.57 | 1 | 0.75 |
| Hex | D2 | 81 | FF | 12 | 31 | 0 | 0 | 117 | 64 | 4B |
| Octal | 322 | 201 | 377 | 22 | 61 | 0 | 0 | 427 | 144 | 113 |
| Binary | 11010010 | 10000001 | 11111111 | 10010 | 110001 | 0 | 0 | 100010111 | 1100100 | 1001011 |
Color Harmonies of #D281FF
Complementary color
Monochromatic Colors of #D281FF
Black with #D281FF
Text Example
Text Example
White with #D281FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D281FF; }
p { color: rgb(210,129,255); }
H1.HeaderClassName
{
color: #D281FF;
}
.AnyTagClassName
{
color: #D281FF;
}
</style>
background-color css
<style>
a { background-color: #D281FF; }
a { background-color: rgb(210,129,255); }
div.DivClassName
{
background-color: #D281FF;
}
.BgClassName
{
background-color: #D281FF;
}
</style>
border-color css
<style>
span { border-color: #D281FF; }
span { border-color: rgb(210,129,255); }
td.TdClassName
{
border-color: #D281FF;
}
.TagClassName
{
border-color: #D281FF;
}
</style>