Shades of Brilliant Rose #DD52A6
Tints of Brilliant Rose #DD52A6
RGB
CMYK
RGB Variations
Color information
#DD52A6 (or 0xDD52A6) is known color: Brilliant Rose. HEX triplet: DD, 52 and A6. RGB value is (221,82,166). Sum of RGB (Red+Green+Blue) = 221+82+166=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD52A6 is #22AD59. Grayscale: #848484. Windows color (decimal): -2272602 or 10900189. OLE color: 10900189.
HSL color Cylindrical-coordinate representation of color #DD52A6: hue angle of 323.74º 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 #DD52A6 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 166 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.13 |
| HSL | 323.74º | 0.67% | 0.59% | - |
| HSV(B) | 323.74º | 0.63% | 0.87% | - |
| XYZ | 39.72 | 24.16 | 38.65 | - |
| YUV | 133.14 | 146.55 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 166 | 0 | 0.63 | 0.25 | 0.13 | 323.74 | 0.67 | 0.59 |
| Hex | DD | 52 | A6 | 0 | 3F | 19 | D | 144 | 43 | 3B |
| Octal | 335 | 122 | 246 | 0 | 77 | 31 | 15 | 504 | 103 | 73 |
| Binary | 11011101 | 1010010 | 10100110 | 0 | 111111 | 11001 | 1101 | 101000100 | 1000011 | 111011 |
Color Harmonies of #DD52A6
Complementary color
Monochromatic Colors of #DD52A6
Black with #DD52A6
Text Example
Text Example
White with #DD52A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52A6; }
p { color: rgb(221,82,166); }
H1.HeaderClassName
{
color: #DD52A6;
}
.AnyTagClassName
{
color: #DD52A6;
}
</style>
background-color css
<style>
a { background-color: #DD52A6; }
a { background-color: rgb(221,82,166); }
div.DivClassName
{
background-color: #DD52A6;
}
.BgClassName
{
background-color: #DD52A6;
}
</style>
border-color css
<style>
span { border-color: #DD52A6; }
span { border-color: rgb(221,82,166); }
td.TdClassName
{
border-color: #DD52A6;
}
.TagClassName
{
border-color: #DD52A6;
}
</style>