Shades of Heliotrope #D881FD
Tints of Heliotrope #D881FD
RGB
CMYK
RGB Variations
Color information
#D881FD (or 0xD881FD) is known color: Heliotrope. HEX triplet: D8, 81 and FD. RGB value is (216,129,253). Sum of RGB (Red+Green+Blue) = 216+129+253=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 129 (50.78% from 255 or 21.57% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #D881FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D881FD is #277E02. Grayscale: #A8A8A8. Windows color (decimal): -2588163 or 16613848. OLE color: 16613848.
HSL color Cylindrical-coordinate representation of color #D881FD: hue angle of 282.1º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D881FD is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 129 | 253 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.01 |
| HSL | 282.1º | 0.97% | 0.75% | - |
| HSV(B) | 282.1º | 0.49% | 0.99% | - |
| XYZ | 53.9 | 37.39 | 97.3 | - |
| YUV | 169.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 253 | 0.15 | 0.49 | 0 | 0.01 | 282.1 | 0.97 | 0.75 |
| Hex | D8 | 81 | FD | F | 31 | 0 | 1 | 11A | 61 | 4B |
| Octal | 330 | 201 | 375 | 17 | 61 | 0 | 1 | 432 | 141 | 113 |
| Binary | 11011000 | 10000001 | 11111101 | 1111 | 110001 | 0 | 1 | 100011010 | 1100001 | 1001011 |
Color Harmonies of #D881FD
Complementary color
Monochromatic Colors of #D881FD
Black with #D881FD
Text Example
Text Example
White with #D881FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D881FD; }
p { color: rgb(216,129,253); }
H1.HeaderClassName
{
color: #D881FD;
}
.AnyTagClassName
{
color: #D881FD;
}
</style>
background-color css
<style>
a { background-color: #D881FD; }
a { background-color: rgb(216,129,253); }
div.DivClassName
{
background-color: #D881FD;
}
.BgClassName
{
background-color: #D881FD;
}
</style>
border-color css
<style>
span { border-color: #D881FD; }
span { border-color: rgb(216,129,253); }
td.TdClassName
{
border-color: #D881FD;
}
.TagClassName
{
border-color: #D881FD;
}
</style>