Shades of Brilliant Rose #DD4EAA
Tints of Brilliant Rose #DD4EAA
RGB
CMYK
RGB Variations
Color information
#DD4EAA (or 0xDD4EAA) is known color: Brilliant Rose. HEX triplet: DD, 4E and AA. RGB value is (221,78,170). Sum of RGB (Red+Green+Blue) = 221+78+170=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4EAA is #22B155. Grayscale: #838383. Windows color (decimal): -2273622 or 11161309. OLE color: 11161309.
HSL color Cylindrical-coordinate representation of color #DD4EAA: hue angle of 321.4º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4EAA is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 170 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.13 |
| HSL | 321.4º | 0.68% | 0.59% | - |
| HSV(B) | 321.4º | 0.65% | 0.87% | - |
| XYZ | 39.8 | 23.72 | 40.51 | - |
| YUV | 131.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 170 | 0 | 0.65 | 0.23 | 0.13 | 321.4 | 0.68 | 0.59 |
| Hex | DD | 4E | AA | 0 | 41 | 17 | D | 141 | 44 | 3B |
| Octal | 335 | 116 | 252 | 0 | 101 | 27 | 15 | 501 | 104 | 73 |
| Binary | 11011101 | 1001110 | 10101010 | 0 | 1000001 | 10111 | 1101 | 101000001 | 1000100 | 111011 |
Color Harmonies of #DD4EAA
Complementary color
Monochromatic Colors of #DD4EAA
Black with #DD4EAA
Text Example
Text Example
White with #DD4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4EAA; }
p { color: rgb(221,78,170); }
H1.HeaderClassName
{
color: #DD4EAA;
}
.AnyTagClassName
{
color: #DD4EAA;
}
</style>
background-color css
<style>
a { background-color: #DD4EAA; }
a { background-color: rgb(221,78,170); }
div.DivClassName
{
background-color: #DD4EAA;
}
.BgClassName
{
background-color: #DD4EAA;
}
</style>
border-color css
<style>
span { border-color: #DD4EAA; }
span { border-color: rgb(221,78,170); }
td.TdClassName
{
border-color: #DD4EAA;
}
.TagClassName
{
border-color: #DD4EAA;
}
</style>