Shades of Brilliant Rose #DD51AE
Tints of Brilliant Rose #DD51AE
RGB
CMYK
RGB Variations
Color information
#DD51AE (or 0xDD51AE) is known color: Brilliant Rose. HEX triplet: DD, 51 and AE. RGB value is (221,81,174). Sum of RGB (Red+Green+Blue) = 221+81+174=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD51AE is #22AE51. Grayscale: #858585. Windows color (decimal): -2272850 or 11424221. OLE color: 11424221.
HSL color Cylindrical-coordinate representation of color #DD51AE: hue angle of 320.14º 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 #DD51AE is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 174 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.13 |
| HSL | 320.14º | 0.67% | 0.59% | - |
| HSV(B) | 320.14º | 0.63% | 0.87% | - |
| XYZ | 40.4 | 24.31 | 42.61 | - |
| YUV | 133.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 174 | 0 | 0.63 | 0.21 | 0.13 | 320.14 | 0.67 | 0.59 |
| Hex | DD | 51 | AE | 0 | 3F | 15 | D | 140 | 43 | 3B |
| Octal | 335 | 121 | 256 | 0 | 77 | 25 | 15 | 500 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10101110 | 0 | 111111 | 10101 | 1101 | 101000000 | 1000011 | 111011 |
Color Harmonies of #DD51AE
Complementary color
Monochromatic Colors of #DD51AE
Black with #DD51AE
Text Example
Text Example
White with #DD51AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51AE; }
p { color: rgb(221,81,174); }
H1.HeaderClassName
{
color: #DD51AE;
}
.AnyTagClassName
{
color: #DD51AE;
}
</style>
background-color css
<style>
a { background-color: #DD51AE; }
a { background-color: rgb(221,81,174); }
div.DivClassName
{
background-color: #DD51AE;
}
.BgClassName
{
background-color: #DD51AE;
}
</style>
border-color css
<style>
span { border-color: #DD51AE; }
span { border-color: rgb(221,81,174); }
td.TdClassName
{
border-color: #DD51AE;
}
.TagClassName
{
border-color: #DD51AE;
}
</style>