Shades of Brilliant Rose #DD4AAE
Tints of Brilliant Rose #DD4AAE
RGB
CMYK
RGB Variations
Color information
#DD4AAE (or 0xDD4AAE) is known color: Brilliant Rose. HEX triplet: DD, 4A and AE. RGB value is (221,74,174). Sum of RGB (Red+Green+Blue) = 221+74+174=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4AAE is #22B551. Grayscale: #818181. Windows color (decimal): -2274642 or 11422429. OLE color: 11422429.
HSL color Cylindrical-coordinate representation of color #DD4AAE: hue angle of 319.18º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4AAE is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 174 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.13 |
| HSL | 319.18º | 0.68% | 0.58% | - |
| HSV(B) | 319.18º | 0.67% | 0.87% | - |
| XYZ | 39.91 | 23.33 | 42.44 | - |
| YUV | 129.35 | 153.2 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 174 | 0 | 0.67 | 0.21 | 0.13 | 319.18 | 0.68 | 0.58 |
| Hex | DD | 4A | AE | 0 | 43 | 15 | D | 13F | 44 | 3A |
| Octal | 335 | 112 | 256 | 0 | 103 | 25 | 15 | 477 | 104 | 72 |
| Binary | 11011101 | 1001010 | 10101110 | 0 | 1000011 | 10101 | 1101 | 100111111 | 1000100 | 111010 |
Color Harmonies of #DD4AAE
Complementary color
Monochromatic Colors of #DD4AAE
Black with #DD4AAE
Text Example
Text Example
White with #DD4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4AAE; }
p { color: rgb(221,74,174); }
H1.HeaderClassName
{
color: #DD4AAE;
}
.AnyTagClassName
{
color: #DD4AAE;
}
</style>
background-color css
<style>
a { background-color: #DD4AAE; }
a { background-color: rgb(221,74,174); }
div.DivClassName
{
background-color: #DD4AAE;
}
.BgClassName
{
background-color: #DD4AAE;
}
</style>
border-color css
<style>
span { border-color: #DD4AAE; }
span { border-color: rgb(221,74,174); }
td.TdClassName
{
border-color: #DD4AAE;
}
.TagClassName
{
border-color: #DD4AAE;
}
</style>