Shades of Brilliant Rose #DD52AF
Tints of Brilliant Rose #DD52AF
RGB
CMYK
RGB Variations
Color information
#DD52AF (or 0xDD52AF) is known color: Brilliant Rose. HEX triplet: DD, 52 and AF. RGB value is (221,82,175). Sum of RGB (Red+Green+Blue) = 221+82+175=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD52AF is #22AD50. Grayscale: #858585. Windows color (decimal): -2272593 or 11490013. OLE color: 11490013.
HSL color Cylindrical-coordinate representation of color #DD52AF: hue angle of 319.86º 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 #DD52AF is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 175 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.13 |
| HSL | 319.86º | 0.67% | 0.59% | - |
| HSV(B) | 319.86º | 0.63% | 0.87% | - |
| XYZ | 40.57 | 24.5 | 43.15 | - |
| YUV | 134.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 175 | 0 | 0.63 | 0.21 | 0.13 | 319.86 | 0.67 | 0.59 |
| Hex | DD | 52 | AF | 0 | 3F | 15 | D | 140 | 43 | 3B |
| Octal | 335 | 122 | 257 | 0 | 77 | 25 | 15 | 500 | 103 | 73 |
| Binary | 11011101 | 1010010 | 10101111 | 0 | 111111 | 10101 | 1101 | 101000000 | 1000011 | 111011 |
Color Harmonies of #DD52AF
Complementary color
Monochromatic Colors of #DD52AF
Black with #DD52AF
Text Example
Text Example
White with #DD52AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52AF; }
p { color: rgb(221,82,175); }
H1.HeaderClassName
{
color: #DD52AF;
}
.AnyTagClassName
{
color: #DD52AF;
}
</style>
background-color css
<style>
a { background-color: #DD52AF; }
a { background-color: rgb(221,82,175); }
div.DivClassName
{
background-color: #DD52AF;
}
.BgClassName
{
background-color: #DD52AF;
}
</style>
border-color css
<style>
span { border-color: #DD52AF; }
span { border-color: rgb(221,82,175); }
td.TdClassName
{
border-color: #DD52AF;
}
.TagClassName
{
border-color: #DD52AF;
}
</style>