Shades of Heliotrope #DD80F0
Tints of Heliotrope #DD80F0
RGB
CMYK
RGB Variations
Color information
#DD80F0 (or 0xDD80F0) is known color: Heliotrope. HEX triplet: DD, 80 and F0. RGB value is (221,128,240). Sum of RGB (Red+Green+Blue) = 221+128+240=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD80F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80F0 is #227F0F. Grayscale: #A8A8A8. Windows color (decimal): -2260752 or 15761629. OLE color: 15761629.
HSL color Cylindrical-coordinate representation of color #DD80F0: hue angle of 289.82º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD80F0 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 128 | 240 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.06 |
| HSL | 289.82º | 0.79% | 0.72% | - |
| HSV(B) | 289.82º | 0.47% | 0.94% | - |
| XYZ | 53.27 | 37.1 | 86.79 | - |
| YUV | 168.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 240 | 0.08 | 0.47 | 0 | 0.06 | 289.82 | 0.79 | 0.72 |
| Hex | DD | 80 | F0 | 8 | 2F | 0 | 6 | 122 | 4F | 48 |
| Octal | 335 | 200 | 360 | 10 | 57 | 0 | 6 | 442 | 117 | 110 |
| Binary | 11011101 | 10000000 | 11110000 | 1000 | 101111 | 0 | 110 | 100100010 | 1001111 | 1001000 |
Color Harmonies of #DD80F0
Complementary color
Monochromatic Colors of #DD80F0
Black with #DD80F0
Text Example
Text Example
White with #DD80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80F0; }
p { color: rgb(221,128,240); }
H1.HeaderClassName
{
color: #DD80F0;
}
.AnyTagClassName
{
color: #DD80F0;
}
</style>
background-color css
<style>
a { background-color: #DD80F0; }
a { background-color: rgb(221,128,240); }
div.DivClassName
{
background-color: #DD80F0;
}
.BgClassName
{
background-color: #DD80F0;
}
</style>
border-color css
<style>
span { border-color: #DD80F0; }
span { border-color: rgb(221,128,240); }
td.TdClassName
{
border-color: #DD80F0;
}
.TagClassName
{
border-color: #DD80F0;
}
</style>