Shades of Brilliant Rose #DD53AB
Tints of Brilliant Rose #DD53AB
RGB
CMYK
RGB Variations
Color information
#DD53AB (or 0xDD53AB) is known color: Brilliant Rose. HEX triplet: DD, 53 and AB. RGB value is (221,83,171). Sum of RGB (Red+Green+Blue) = 221+83+171=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD53AB is #22AC54. Grayscale: #868686. Windows color (decimal): -2272341 or 11228125. OLE color: 11228125.
HSL color Cylindrical-coordinate representation of color #DD53AB: hue angle of 321.74º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD53AB is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 171 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.13 |
| HSL | 321.74º | 0.67% | 0.6% | - |
| HSV(B) | 321.74º | 0.62% | 0.87% | - |
| XYZ | 40.26 | 24.5 | 41.13 | - |
| YUV | 134.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 171 | 0 | 0.62 | 0.23 | 0.13 | 321.74 | 0.67 | 0.6 |
| Hex | DD | 53 | AB | 0 | 3E | 17 | D | 142 | 43 | 3C |
| Octal | 335 | 123 | 253 | 0 | 76 | 27 | 15 | 502 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10101011 | 0 | 111110 | 10111 | 1101 | 101000010 | 1000011 | 111100 |
Color Harmonies of #DD53AB
Complementary color
Monochromatic Colors of #DD53AB
Black with #DD53AB
Text Example
Text Example
White with #DD53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53AB; }
p { color: rgb(221,83,171); }
H1.HeaderClassName
{
color: #DD53AB;
}
.AnyTagClassName
{
color: #DD53AB;
}
</style>
background-color css
<style>
a { background-color: #DD53AB; }
a { background-color: rgb(221,83,171); }
div.DivClassName
{
background-color: #DD53AB;
}
.BgClassName
{
background-color: #DD53AB;
}
</style>
border-color css
<style>
span { border-color: #DD53AB; }
span { border-color: rgb(221,83,171); }
td.TdClassName
{
border-color: #DD53AB;
}
.TagClassName
{
border-color: #DD53AB;
}
</style>