Shades of Heliotrope #DD5AFB
Tints of Heliotrope #DD5AFB
RGB
CMYK
RGB Variations
Color information
#DD5AFB (or 0xDD5AFB) is known color: Heliotrope. HEX triplet: DD, 5A and FB. RGB value is (221,90,251). Sum of RGB (Red+Green+Blue) = 221+90+251=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 90 (35.55% from 255 or 16.01% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD5AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5AFB is #22A504. Grayscale: #939393. Windows color (decimal): -2270469 or 16472797. OLE color: 16472797.
HSL color Cylindrical-coordinate representation of color #DD5AFB: hue angle of 288.82º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5AFB is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 90 | 251 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.02 |
| HSL | 288.82º | 0.95% | 0.67% | - |
| HSV(B) | 288.82º | 0.64% | 0.98% | - |
| XYZ | 50.89 | 29.65 | 94.31 | - |
| YUV | 147.52 | 186.4 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 251 | 0.12 | 0.64 | 0 | 0.02 | 288.82 | 0.95 | 0.67 |
| Hex | DD | 5A | FB | C | 40 | 0 | 2 | 121 | 5F | 43 |
| Octal | 335 | 132 | 373 | 14 | 100 | 0 | 2 | 441 | 137 | 103 |
| Binary | 11011101 | 1011010 | 11111011 | 1100 | 1000000 | 0 | 10 | 100100001 | 1011111 | 1000011 |
Color Harmonies of #DD5AFB
Complementary color
Monochromatic Colors of #DD5AFB
Black with #DD5AFB
Text Example
Text Example
White with #DD5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5AFB; }
p { color: rgb(221,90,251); }
H1.HeaderClassName
{
color: #DD5AFB;
}
.AnyTagClassName
{
color: #DD5AFB;
}
</style>
background-color css
<style>
a { background-color: #DD5AFB; }
a { background-color: rgb(221,90,251); }
div.DivClassName
{
background-color: #DD5AFB;
}
.BgClassName
{
background-color: #DD5AFB;
}
</style>
border-color css
<style>
span { border-color: #DD5AFB; }
span { border-color: rgb(221,90,251); }
td.TdClassName
{
border-color: #DD5AFB;
}
.TagClassName
{
border-color: #DD5AFB;
}
</style>