Shades of Heliotrope #D481FF
Tints of Heliotrope #D481FF
RGB
CMYK
RGB Variations
Color information
#D481FF (or 0xD481FF) is known color: Heliotrope. HEX triplet: D4, 81 and FF. RGB value is (212,129,255). Sum of RGB (Red+Green+Blue) = 212+129+255=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #D481FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D481FF is #2B7E00. Grayscale: #A7A7A7. Windows color (decimal): -2850305 or 16744916. OLE color: 16744916.
HSL color Cylindrical-coordinate representation of color #D481FF: hue angle of 279.52º 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 #D481FF is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 129 | 255 | - |
| CMYK | 0.17 | 0.49 | 0 | 0 |
| HSL | 279.52º | 1% | 0.75% | - |
| HSV(B) | 279.52º | 0.49% | 1% | - |
| XYZ | 53.05 | 36.92 | 98.94 | - |
| YUV | 168.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 255 | 0.17 | 0.49 | 0 | 0 | 279.52 | 1 | 0.75 |
| Hex | D4 | 81 | FF | 11 | 31 | 0 | 0 | 118 | 64 | 4B |
| Octal | 324 | 201 | 377 | 21 | 61 | 0 | 0 | 430 | 144 | 113 |
| Binary | 11010100 | 10000001 | 11111111 | 10001 | 110001 | 0 | 0 | 100011000 | 1100100 | 1001011 |
Color Harmonies of #D481FF
Complementary color
Monochromatic Colors of #D481FF
Black with #D481FF
Text Example
Text Example
White with #D481FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D481FF; }
p { color: rgb(212,129,255); }
H1.HeaderClassName
{
color: #D481FF;
}
.AnyTagClassName
{
color: #D481FF;
}
</style>
background-color css
<style>
a { background-color: #D481FF; }
a { background-color: rgb(212,129,255); }
div.DivClassName
{
background-color: #D481FF;
}
.BgClassName
{
background-color: #D481FF;
}
</style>
border-color css
<style>
span { border-color: #D481FF; }
span { border-color: rgb(212,129,255); }
td.TdClassName
{
border-color: #D481FF;
}
.TagClassName
{
border-color: #D481FF;
}
</style>