Shades of Brilliant Rose #DD4AAD
Tints of Brilliant Rose #DD4AAD
RGB
CMYK
RGB Variations
Color information
#DD4AAD (or 0xDD4AAD) is known color: Brilliant Rose. HEX triplet: DD, 4A and AD. RGB value is (221,74,173). Sum of RGB (Red+Green+Blue) = 221+74+173=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4AAD is #22B552. Grayscale: #808080. Windows color (decimal): -2274643 or 11356893. OLE color: 11356893.
HSL color Cylindrical-coordinate representation of color #DD4AAD: hue angle of 319.59º 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 #DD4AAD is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 173 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.13 |
| HSL | 319.59º | 0.68% | 0.58% | - |
| HSV(B) | 319.59º | 0.67% | 0.87% | - |
| XYZ | 39.81 | 23.29 | 41.93 | - |
| YUV | 129.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 173 | 0 | 0.67 | 0.22 | 0.13 | 319.59 | 0.68 | 0.58 |
| Hex | DD | 4A | AD | 0 | 43 | 16 | D | 140 | 44 | 3A |
| Octal | 335 | 112 | 255 | 0 | 103 | 26 | 15 | 500 | 104 | 72 |
| Binary | 11011101 | 1001010 | 10101101 | 0 | 1000011 | 10110 | 1101 | 101000000 | 1000100 | 111010 |
Color Harmonies of #DD4AAD
Complementary color
Monochromatic Colors of #DD4AAD
Black with #DD4AAD
Text Example
Text Example
White with #DD4AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4AAD; }
p { color: rgb(221,74,173); }
H1.HeaderClassName
{
color: #DD4AAD;
}
.AnyTagClassName
{
color: #DD4AAD;
}
</style>
background-color css
<style>
a { background-color: #DD4AAD; }
a { background-color: rgb(221,74,173); }
div.DivClassName
{
background-color: #DD4AAD;
}
.BgClassName
{
background-color: #DD4AAD;
}
</style>
border-color css
<style>
span { border-color: #DD4AAD; }
span { border-color: rgb(221,74,173); }
td.TdClassName
{
border-color: #DD4AAD;
}
.TagClassName
{
border-color: #DD4AAD;
}
</style>