Shades of Heliotrope #DD4BF8
Tints of Heliotrope #DD4BF8
RGB
CMYK
RGB Variations
Color information
#DD4BF8 (or 0xDD4BF8) is known color: Heliotrope. HEX triplet: DD, 4B and F8. RGB value is (221,75,248). Sum of RGB (Red+Green+Blue) = 221+75+248=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 75 (29.69% from 255 or 13.79% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD4BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4BF8 is #22B407. Grayscale: #898989. Windows color (decimal): -2274312 or 16272349. OLE color: 16272349.
HSL color Cylindrical-coordinate representation of color #DD4BF8: hue angle of 290.64º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4BF8 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 75 | 248 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.03 |
| HSL | 290.64º | 0.93% | 0.63% | - |
| HSV(B) | 290.64º | 0.7% | 0.97% | - |
| XYZ | 49.28 | 27.18 | 91.46 | - |
| YUV | 138.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 248 | 0.11 | 0.70 | 0 | 0.03 | 290.64 | 0.93 | 0.63 |
| Hex | DD | 4B | F8 | B | 46 | 0 | 3 | 123 | 5D | 3F |
| Octal | 335 | 113 | 370 | 13 | 106 | 0 | 3 | 443 | 135 | 77 |
| Binary | 11011101 | 1001011 | 11111000 | 1011 | 1000110 | 0 | 11 | 100100011 | 1011101 | 111111 |
Color Harmonies of #DD4BF8
Complementary color
Monochromatic Colors of #DD4BF8
Black with #DD4BF8
Text Example
Text Example
White with #DD4BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BF8; }
p { color: rgb(221,75,248); }
H1.HeaderClassName
{
color: #DD4BF8;
}
.AnyTagClassName
{
color: #DD4BF8;
}
</style>
background-color css
<style>
a { background-color: #DD4BF8; }
a { background-color: rgb(221,75,248); }
div.DivClassName
{
background-color: #DD4BF8;
}
.BgClassName
{
background-color: #DD4BF8;
}
</style>
border-color css
<style>
span { border-color: #DD4BF8; }
span { border-color: rgb(221,75,248); }
td.TdClassName
{
border-color: #DD4BF8;
}
.TagClassName
{
border-color: #DD4BF8;
}
</style>