Shades of Heliotrope #DD80FE
Tints of Heliotrope #DD80FE
RGB
CMYK
RGB Variations
Color information
#DD80FE (or 0xDD80FE) is known color: Heliotrope. HEX triplet: DD, 80 and FE. RGB value is (221,128,254). Sum of RGB (Red+Green+Blue) = 221+128+254=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80FE is #227F01. Grayscale: #A9A9A9. Windows color (decimal): -2260738 or 16679133. OLE color: 16679133.
HSL color Cylindrical-coordinate representation of color #DD80FE: hue angle of 284.29º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD80FE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 128 | 254 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.00 |
| HSL | 284.29º | 0.98% | 0.75% | - |
| HSV(B) | 284.29º | 0.5% | 1% | - |
| XYZ | 55.43 | 37.97 | 98.17 | - |
| YUV | 170.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 254 | 0.13 | 0.50 | 0 | 0.00 | 284.29 | 0.98 | 0.75 |
| Hex | DD | 80 | FE | D | 32 | 0 | 0 | 11C | 62 | 4B |
| Octal | 335 | 200 | 376 | 15 | 62 | 0 | 0 | 434 | 142 | 113 |
| Binary | 11011101 | 10000000 | 11111110 | 1101 | 110010 | 0 | 0 | 100011100 | 1100010 | 1001011 |
Color Harmonies of #DD80FE
Complementary color
Monochromatic Colors of #DD80FE
Black with #DD80FE
Text Example
Text Example
White with #DD80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80FE; }
p { color: rgb(221,128,254); }
H1.HeaderClassName
{
color: #DD80FE;
}
.AnyTagClassName
{
color: #DD80FE;
}
</style>
background-color css
<style>
a { background-color: #DD80FE; }
a { background-color: rgb(221,128,254); }
div.DivClassName
{
background-color: #DD80FE;
}
.BgClassName
{
background-color: #DD80FE;
}
</style>
border-color css
<style>
span { border-color: #DD80FE; }
span { border-color: rgb(221,128,254); }
td.TdClassName
{
border-color: #DD80FE;
}
.TagClassName
{
border-color: #DD80FE;
}
</style>