Shades of Heliotrope #DD81FA
Tints of Heliotrope #DD81FA
RGB
CMYK
RGB Variations
Color information
#DD81FA (or 0xDD81FA) is known color: Heliotrope. HEX triplet: DD, 81 and FA. RGB value is (221,129,250). Sum of RGB (Red+Green+Blue) = 221+129+250=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD81FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD81FA is #227E05. Grayscale: #A9A9A9. Windows color (decimal): -2260486 or 16417245. OLE color: 16417245.
HSL color Cylindrical-coordinate representation of color #DD81FA: hue angle of 285.62º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD81FA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 129 | 250 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.02 |
| HSL | 285.62º | 0.92% | 0.74% | - |
| HSV(B) | 285.62º | 0.48% | 0.98% | - |
| XYZ | 54.92 | 37.97 | 94.88 | - |
| YUV | 170.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 250 | 0.12 | 0.48 | 0 | 0.02 | 285.62 | 0.92 | 0.74 |
| Hex | DD | 81 | FA | C | 30 | 0 | 2 | 11E | 5C | 4A |
| Octal | 335 | 201 | 372 | 14 | 60 | 0 | 2 | 436 | 134 | 112 |
| Binary | 11011101 | 10000001 | 11111010 | 1100 | 110000 | 0 | 10 | 100011110 | 1011100 | 1001010 |
Color Harmonies of #DD81FA
Complementary color
Monochromatic Colors of #DD81FA
Black with #DD81FA
Text Example
Text Example
White with #DD81FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81FA; }
p { color: rgb(221,129,250); }
H1.HeaderClassName
{
color: #DD81FA;
}
.AnyTagClassName
{
color: #DD81FA;
}
</style>
background-color css
<style>
a { background-color: #DD81FA; }
a { background-color: rgb(221,129,250); }
div.DivClassName
{
background-color: #DD81FA;
}
.BgClassName
{
background-color: #DD81FA;
}
</style>
border-color css
<style>
span { border-color: #DD81FA; }
span { border-color: rgb(221,129,250); }
td.TdClassName
{
border-color: #DD81FA;
}
.TagClassName
{
border-color: #DD81FA;
}
</style>