Shades of Heliotrope #D481FE
Tints of Heliotrope #D481FE
RGB
CMYK
RGB Variations
Color information
#D481FE (or 0xD481FE) is known color: Heliotrope. HEX triplet: D4, 81 and FE. RGB value is (212,129,254). Sum of RGB (Red+Green+Blue) = 212+129+254=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #D481FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D481FE is #2B7E01. Grayscale: #A7A7A7. Windows color (decimal): -2850306 or 16679380. OLE color: 16679380.
HSL color Cylindrical-coordinate representation of color #D481FE: hue angle of 279.84º 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 #D481FE is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 129 | 254 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.00 |
| HSL | 279.84º | 0.98% | 0.75% | - |
| HSV(B) | 279.84º | 0.49% | 1% | - |
| XYZ | 52.89 | 36.85 | 98.09 | - |
| YUV | 168.07 | 176.5 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 254 | 0.17 | 0.49 | 0 | 0.00 | 279.84 | 0.98 | 0.75 |
| Hex | D4 | 81 | FE | 11 | 31 | 0 | 0 | 118 | 62 | 4B |
| Octal | 324 | 201 | 376 | 21 | 61 | 0 | 0 | 430 | 142 | 113 |
| Binary | 11010100 | 10000001 | 11111110 | 10001 | 110001 | 0 | 0 | 100011000 | 1100010 | 1001011 |
Color Harmonies of #D481FE
Complementary color
Monochromatic Colors of #D481FE
Black with #D481FE
Text Example
Text Example
White with #D481FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D481FE; }
p { color: rgb(212,129,254); }
H1.HeaderClassName
{
color: #D481FE;
}
.AnyTagClassName
{
color: #D481FE;
}
</style>
background-color css
<style>
a { background-color: #D481FE; }
a { background-color: rgb(212,129,254); }
div.DivClassName
{
background-color: #D481FE;
}
.BgClassName
{
background-color: #D481FE;
}
</style>
border-color css
<style>
span { border-color: #D481FE; }
span { border-color: rgb(212,129,254); }
td.TdClassName
{
border-color: #D481FE;
}
.TagClassName
{
border-color: #D481FE;
}
</style>