Shades of Heliotrope #DD80F4
Tints of Heliotrope #DD80F4
RGB
CMYK
RGB Variations
Color information
#DD80F4 (or 0xDD80F4) is known color: Heliotrope. HEX triplet: DD, 80 and F4. RGB value is (221,128,244). Sum of RGB (Red+Green+Blue) = 221+128+244=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #DD80F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80F4 is #227F0B. Grayscale: #A8A8A8. Windows color (decimal): -2260748 or 16023773. OLE color: 16023773.
HSL color Cylindrical-coordinate representation of color #DD80F4: hue angle of 288.1º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD80F4 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 128 | 244 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.04 |
| HSL | 288.1º | 0.84% | 0.73% | - |
| HSV(B) | 288.1º | 0.48% | 0.96% | - |
| XYZ | 53.87 | 37.34 | 89.96 | - |
| YUV | 169.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 244 | 0.09 | 0.48 | 0 | 0.04 | 288.1 | 0.84 | 0.73 |
| Hex | DD | 80 | F4 | 9 | 30 | 0 | 4 | 120 | 54 | 49 |
| Octal | 335 | 200 | 364 | 11 | 60 | 0 | 4 | 440 | 124 | 111 |
| Binary | 11011101 | 10000000 | 11110100 | 1001 | 110000 | 0 | 100 | 100100000 | 1010100 | 1001001 |
Color Harmonies of #DD80F4
Complementary color
Monochromatic Colors of #DD80F4
Black with #DD80F4
Text Example
Text Example
White with #DD80F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80F4; }
p { color: rgb(221,128,244); }
H1.HeaderClassName
{
color: #DD80F4;
}
.AnyTagClassName
{
color: #DD80F4;
}
</style>
background-color css
<style>
a { background-color: #DD80F4; }
a { background-color: rgb(221,128,244); }
div.DivClassName
{
background-color: #DD80F4;
}
.BgClassName
{
background-color: #DD80F4;
}
</style>
border-color css
<style>
span { border-color: #DD80F4; }
span { border-color: rgb(221,128,244); }
td.TdClassName
{
border-color: #DD80F4;
}
.TagClassName
{
border-color: #DD80F4;
}
</style>