Shades of Heliotrope #DD76F2
Tints of Heliotrope #DD76F2
RGB
CMYK
RGB Variations
Color information
#DD76F2 (or 0xDD76F2) is known color: Heliotrope. HEX triplet: DD, 76 and F2. RGB value is (221,118,242). Sum of RGB (Red+Green+Blue) = 221+118+242=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD76F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD76F2 is #22890D. Grayscale: #A2A2A2. Windows color (decimal): -2263310 or 15890141. OLE color: 15890141.
HSL color Cylindrical-coordinate representation of color #DD76F2: hue angle of 289.84º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD76F2 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 118 | 242 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.05 |
| HSL | 289.84º | 0.83% | 0.71% | - |
| HSV(B) | 289.84º | 0.51% | 0.95% | - |
| XYZ | 52.32 | 34.74 | 87.95 | - |
| YUV | 162.93 | 172.62 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 242 | 0.09 | 0.51 | 0 | 0.05 | 289.84 | 0.83 | 0.71 |
| Hex | DD | 76 | F2 | 9 | 33 | 0 | 5 | 122 | 53 | 47 |
| Octal | 335 | 166 | 362 | 11 | 63 | 0 | 5 | 442 | 123 | 107 |
| Binary | 11011101 | 1110110 | 11110010 | 1001 | 110011 | 0 | 101 | 100100010 | 1010011 | 1000111 |
Color Harmonies of #DD76F2
Complementary color
Monochromatic Colors of #DD76F2
Black with #DD76F2
Text Example
Text Example
White with #DD76F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76F2; }
p { color: rgb(221,118,242); }
H1.HeaderClassName
{
color: #DD76F2;
}
.AnyTagClassName
{
color: #DD76F2;
}
</style>
background-color css
<style>
a { background-color: #DD76F2; }
a { background-color: rgb(221,118,242); }
div.DivClassName
{
background-color: #DD76F2;
}
.BgClassName
{
background-color: #DD76F2;
}
</style>
border-color css
<style>
span { border-color: #DD76F2; }
span { border-color: rgb(221,118,242); }
td.TdClassName
{
border-color: #DD76F2;
}
.TagClassName
{
border-color: #DD76F2;
}
</style>