Shades of Heliotrope #DD55FB
Tints of Heliotrope #DD55FB
RGB
CMYK
RGB Variations
Color information
#DD55FB (or 0xDD55FB) is known color: Heliotrope. HEX triplet: DD, 55 and FB. RGB value is (221,85,251). Sum of RGB (Red+Green+Blue) = 221+85+251=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD55FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55FB is #22AA04. Grayscale: #909090. Windows color (decimal): -2271749 or 16471517. OLE color: 16471517.
HSL color Cylindrical-coordinate representation of color #DD55FB: hue angle of 289.16º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD55FB is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 85 | 251 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.02 |
| HSL | 289.16º | 0.95% | 0.66% | - |
| HSV(B) | 289.16º | 0.66% | 0.98% | - |
| XYZ | 50.48 | 28.83 | 94.17 | - |
| YUV | 144.59 | 188.06 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 251 | 0.12 | 0.66 | 0 | 0.02 | 289.16 | 0.95 | 0.66 |
| Hex | DD | 55 | FB | C | 42 | 0 | 2 | 121 | 5F | 42 |
| Octal | 335 | 125 | 373 | 14 | 102 | 0 | 2 | 441 | 137 | 102 |
| Binary | 11011101 | 1010101 | 11111011 | 1100 | 1000010 | 0 | 10 | 100100001 | 1011111 | 1000010 |
Color Harmonies of #DD55FB
Complementary color
Monochromatic Colors of #DD55FB
Black with #DD55FB
Text Example
Text Example
White with #DD55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55FB; }
p { color: rgb(221,85,251); }
H1.HeaderClassName
{
color: #DD55FB;
}
.AnyTagClassName
{
color: #DD55FB;
}
</style>
background-color css
<style>
a { background-color: #DD55FB; }
a { background-color: rgb(221,85,251); }
div.DivClassName
{
background-color: #DD55FB;
}
.BgClassName
{
background-color: #DD55FB;
}
</style>
border-color css
<style>
span { border-color: #DD55FB; }
span { border-color: rgb(221,85,251); }
td.TdClassName
{
border-color: #DD55FB;
}
.TagClassName
{
border-color: #DD55FB;
}
</style>