Shades of Heliotrope #DD80F3
Tints of Heliotrope #DD80F3
RGB
CMYK
RGB Variations
Color information
#DD80F3 (or 0xDD80F3) is known color: Heliotrope. HEX triplet: DD, 80 and F3. RGB value is (221,128,243). Sum of RGB (Red+Green+Blue) = 221+128+243=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 243 (95.31% from 255 or 41.05% from 592); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD80F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80F3 is #227F0C. Grayscale: #A8A8A8. Windows color (decimal): -2260749 or 15958237. OLE color: 15958237.
HSL color Cylindrical-coordinate representation of color #DD80F3: hue angle of 288.52º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD80F3 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 128 | 243 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.05 |
| HSL | 288.52º | 0.83% | 0.73% | - |
| HSV(B) | 288.52º | 0.47% | 0.95% | - |
| XYZ | 53.72 | 37.28 | 89.16 | - |
| YUV | 168.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 243 | 0.09 | 0.47 | 0 | 0.05 | 288.52 | 0.83 | 0.73 |
| Hex | DD | 80 | F3 | 9 | 2F | 0 | 5 | 121 | 53 | 49 |
| Octal | 335 | 200 | 363 | 11 | 57 | 0 | 5 | 441 | 123 | 111 |
| Binary | 11011101 | 10000000 | 11110011 | 1001 | 101111 | 0 | 101 | 100100001 | 1010011 | 1001001 |
Color Harmonies of #DD80F3
Complementary color
Monochromatic Colors of #DD80F3
Black with #DD80F3
Text Example
Text Example
White with #DD80F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80F3; }
p { color: rgb(221,128,243); }
H1.HeaderClassName
{
color: #DD80F3;
}
.AnyTagClassName
{
color: #DD80F3;
}
</style>
background-color css
<style>
a { background-color: #DD80F3; }
a { background-color: rgb(221,128,243); }
div.DivClassName
{
background-color: #DD80F3;
}
.BgClassName
{
background-color: #DD80F3;
}
</style>
border-color css
<style>
span { border-color: #DD80F3; }
span { border-color: rgb(221,128,243); }
td.TdClassName
{
border-color: #DD80F3;
}
.TagClassName
{
border-color: #DD80F3;
}
</style>