Shades of Heliotrope #D181FE
Tints of Heliotrope #D181FE
RGB
CMYK
RGB Variations
Color information
#D181FE (or 0xD181FE) is known color: Heliotrope. HEX triplet: D1, 81 and FE. RGB value is (209,129,254). Sum of RGB (Red+Green+Blue) = 209+129+254=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #D181FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D181FE is #2E7E01. Grayscale: #A6A6A6. Windows color (decimal): -3046914 or 16679377. OLE color: 16679377.
HSL color Cylindrical-coordinate representation of color #D181FE: hue angle of 278.4º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D181FE is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 129 | 254 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.00 |
| HSL | 278.4º | 0.98% | 0.75% | - |
| HSV(B) | 278.4º | 0.49% | 1% | - |
| XYZ | 52.03 | 36.41 | 98.05 | - |
| YUV | 167.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 254 | 0.18 | 0.49 | 0 | 0.00 | 278.4 | 0.98 | 0.75 |
| Hex | D1 | 81 | FE | 12 | 31 | 0 | 0 | 116 | 62 | 4B |
| Octal | 321 | 201 | 376 | 22 | 61 | 0 | 0 | 426 | 142 | 113 |
| Binary | 11010001 | 10000001 | 11111110 | 10010 | 110001 | 0 | 0 | 100010110 | 1100010 | 1001011 |
Color Harmonies of #D181FE
Complementary color
Monochromatic Colors of #D181FE
Black with #D181FE
Text Example
Text Example
White with #D181FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D181FE; }
p { color: rgb(209,129,254); }
H1.HeaderClassName
{
color: #D181FE;
}
.AnyTagClassName
{
color: #D181FE;
}
</style>
background-color css
<style>
a { background-color: #D181FE; }
a { background-color: rgb(209,129,254); }
div.DivClassName
{
background-color: #D181FE;
}
.BgClassName
{
background-color: #D181FE;
}
</style>
border-color css
<style>
span { border-color: #D181FE; }
span { border-color: rgb(209,129,254); }
td.TdClassName
{
border-color: #D181FE;
}
.TagClassName
{
border-color: #D181FE;
}
</style>