Shades of Brilliant Rose #DD52AD
Tints of Brilliant Rose #DD52AD
RGB
CMYK
RGB Variations
Color information
#DD52AD (or 0xDD52AD) is known color: Brilliant Rose. HEX triplet: DD, 52 and AD. RGB value is (221,82,173). Sum of RGB (Red+Green+Blue) = 221+82+173=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD52AD is #22AD52. Grayscale: #858585. Windows color (decimal): -2272595 or 11358941. OLE color: 11358941.
HSL color Cylindrical-coordinate representation of color #DD52AD: hue angle of 320.72º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD52AD is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 173 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.13 |
| HSL | 320.72º | 0.67% | 0.59% | - |
| HSV(B) | 320.72º | 0.63% | 0.87% | - |
| XYZ | 40.38 | 24.42 | 42.12 | - |
| YUV | 133.94 | 150.05 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 173 | 0 | 0.63 | 0.22 | 0.13 | 320.72 | 0.67 | 0.59 |
| Hex | DD | 52 | AD | 0 | 3F | 16 | D | 141 | 43 | 3B |
| Octal | 335 | 122 | 255 | 0 | 77 | 26 | 15 | 501 | 103 | 73 |
| Binary | 11011101 | 1010010 | 10101101 | 0 | 111111 | 10110 | 1101 | 101000001 | 1000011 | 111011 |
Color Harmonies of #DD52AD
Complementary color
Monochromatic Colors of #DD52AD
Black with #DD52AD
Text Example
Text Example
White with #DD52AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52AD; }
p { color: rgb(221,82,173); }
H1.HeaderClassName
{
color: #DD52AD;
}
.AnyTagClassName
{
color: #DD52AD;
}
</style>
background-color css
<style>
a { background-color: #DD52AD; }
a { background-color: rgb(221,82,173); }
div.DivClassName
{
background-color: #DD52AD;
}
.BgClassName
{
background-color: #DD52AD;
}
</style>
border-color css
<style>
span { border-color: #DD52AD; }
span { border-color: rgb(221,82,173); }
td.TdClassName
{
border-color: #DD52AD;
}
.TagClassName
{
border-color: #DD52AD;
}
</style>