Shades of Heliotrope #DD4AF9
Tints of Heliotrope #DD4AF9
RGB
CMYK
RGB Variations
Color information
#DD4AF9 (or 0xDD4AF9) is known color: Heliotrope. HEX triplet: DD, 4A and F9. RGB value is (221,74,249). Sum of RGB (Red+Green+Blue) = 221+74+249=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 74 (29.30% from 255 or 13.60% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD4AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4AF9 is #22B506. Grayscale: #898989. Windows color (decimal): -2274567 or 16337629. OLE color: 16337629.
HSL color Cylindrical-coordinate representation of color #DD4AF9: hue angle of 290.4º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4AF9 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 74 | 249 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.02 |
| HSL | 290.4º | 0.94% | 0.63% | - |
| HSV(B) | 290.4º | 0.7% | 0.98% | - |
| XYZ | 49.37 | 27.11 | 92.25 | - |
| YUV | 137.9 | 190.7 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 249 | 0.11 | 0.70 | 0 | 0.02 | 290.4 | 0.94 | 0.63 |
| Hex | DD | 4A | F9 | B | 46 | 0 | 2 | 122 | 5E | 3F |
| Octal | 335 | 112 | 371 | 13 | 106 | 0 | 2 | 442 | 136 | 77 |
| Binary | 11011101 | 1001010 | 11111001 | 1011 | 1000110 | 0 | 10 | 100100010 | 1011110 | 111111 |
Color Harmonies of #DD4AF9
Complementary color
Monochromatic Colors of #DD4AF9
Black with #DD4AF9
Text Example
Text Example
White with #DD4AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4AF9; }
p { color: rgb(221,74,249); }
H1.HeaderClassName
{
color: #DD4AF9;
}
.AnyTagClassName
{
color: #DD4AF9;
}
</style>
background-color css
<style>
a { background-color: #DD4AF9; }
a { background-color: rgb(221,74,249); }
div.DivClassName
{
background-color: #DD4AF9;
}
.BgClassName
{
background-color: #DD4AF9;
}
</style>
border-color css
<style>
span { border-color: #DD4AF9; }
span { border-color: rgb(221,74,249); }
td.TdClassName
{
border-color: #DD4AF9;
}
.TagClassName
{
border-color: #DD4AF9;
}
</style>