Shades of Heliotrope #DD76FA
Tints of Heliotrope #DD76FA
RGB
CMYK
RGB Variations
Color information
#DD76FA (or 0xDD76FA) is known color: Heliotrope. HEX triplet: DD, 76 and FA. RGB value is (221,118,250). Sum of RGB (Red+Green+Blue) = 221+118+250=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 118 (46.48% from 255 or 20.03% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD76FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD76FA is #228905. Grayscale: #A3A3A3. Windows color (decimal): -2263302 or 16414429. OLE color: 16414429.
HSL color Cylindrical-coordinate representation of color #DD76FA: hue angle of 286.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD76FA is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 118 | 250 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.02 |
| HSL | 286.82º | 0.93% | 0.72% | - |
| HSV(B) | 286.82º | 0.53% | 0.98% | - |
| XYZ | 53.55 | 35.23 | 94.42 | - |
| YUV | 163.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 250 | 0.12 | 0.53 | 0 | 0.02 | 286.82 | 0.93 | 0.72 |
| Hex | DD | 76 | FA | C | 35 | 0 | 2 | 11F | 5D | 48 |
| Octal | 335 | 166 | 372 | 14 | 65 | 0 | 2 | 437 | 135 | 110 |
| Binary | 11011101 | 1110110 | 11111010 | 1100 | 110101 | 0 | 10 | 100011111 | 1011101 | 1001000 |
Color Harmonies of #DD76FA
Complementary color
Monochromatic Colors of #DD76FA
Black with #DD76FA
Text Example
Text Example
White with #DD76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76FA; }
p { color: rgb(221,118,250); }
H1.HeaderClassName
{
color: #DD76FA;
}
.AnyTagClassName
{
color: #DD76FA;
}
</style>
background-color css
<style>
a { background-color: #DD76FA; }
a { background-color: rgb(221,118,250); }
div.DivClassName
{
background-color: #DD76FA;
}
.BgClassName
{
background-color: #DD76FA;
}
</style>
border-color css
<style>
span { border-color: #DD76FA; }
span { border-color: rgb(221,118,250); }
td.TdClassName
{
border-color: #DD76FA;
}
.TagClassName
{
border-color: #DD76FA;
}
</style>