Shades of Heliotrope #DD58FB
Tints of Heliotrope #DD58FB
RGB
CMYK
RGB Variations
Color information
#DD58FB (or 0xDD58FB) is known color: Heliotrope. HEX triplet: DD, 58 and FB. RGB value is (221,88,251). Sum of RGB (Red+Green+Blue) = 221+88+251=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 88 (34.77% from 255 or 15.71% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD58FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD58FB is #22A704. Grayscale: #919191. Windows color (decimal): -2270981 or 16472285. OLE color: 16472285.
HSL color Cylindrical-coordinate representation of color #DD58FB: hue angle of 288.96º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD58FB is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 88 | 251 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.02 |
| HSL | 288.96º | 0.95% | 0.66% | - |
| HSV(B) | 288.96º | 0.65% | 0.98% | - |
| XYZ | 50.72 | 29.32 | 94.25 | - |
| YUV | 146.35 | 187.06 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 251 | 0.12 | 0.65 | 0 | 0.02 | 288.96 | 0.95 | 0.66 |
| Hex | DD | 58 | FB | C | 41 | 0 | 2 | 121 | 5F | 42 |
| Octal | 335 | 130 | 373 | 14 | 101 | 0 | 2 | 441 | 137 | 102 |
| Binary | 11011101 | 1011000 | 11111011 | 1100 | 1000001 | 0 | 10 | 100100001 | 1011111 | 1000010 |
Color Harmonies of #DD58FB
Complementary color
Monochromatic Colors of #DD58FB
Black with #DD58FB
Text Example
Text Example
White with #DD58FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58FB; }
p { color: rgb(221,88,251); }
H1.HeaderClassName
{
color: #DD58FB;
}
.AnyTagClassName
{
color: #DD58FB;
}
</style>
background-color css
<style>
a { background-color: #DD58FB; }
a { background-color: rgb(221,88,251); }
div.DivClassName
{
background-color: #DD58FB;
}
.BgClassName
{
background-color: #DD58FB;
}
</style>
border-color css
<style>
span { border-color: #DD58FB; }
span { border-color: rgb(221,88,251); }
td.TdClassName
{
border-color: #DD58FB;
}
.TagClassName
{
border-color: #DD58FB;
}
</style>