Shades of Brilliant Rose #DD51A8
Tints of Brilliant Rose #DD51A8
RGB
CMYK
RGB Variations
Color information
#DD51A8 (or 0xDD51A8) is known color: Brilliant Rose. HEX triplet: DD, 51 and A8. RGB value is (221,81,168). Sum of RGB (Red+Green+Blue) = 221+81+168=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD51A8 is #22AE57. Grayscale: #848484. Windows color (decimal): -2272856 or 11031005. OLE color: 11031005.
HSL color Cylindrical-coordinate representation of color #DD51A8: hue angle of 322.71º 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 #DD51A8 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 168 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.13 |
| HSL | 322.71º | 0.67% | 0.59% | - |
| HSV(B) | 322.71º | 0.63% | 0.87% | - |
| XYZ | 39.83 | 24.08 | 39.6 | - |
| YUV | 132.78 | 147.88 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 168 | 0 | 0.63 | 0.24 | 0.13 | 322.71 | 0.67 | 0.59 |
| Hex | DD | 51 | A8 | 0 | 3F | 18 | D | 143 | 43 | 3B |
| Octal | 335 | 121 | 250 | 0 | 77 | 30 | 15 | 503 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10101000 | 0 | 111111 | 11000 | 1101 | 101000011 | 1000011 | 111011 |
Color Harmonies of #DD51A8
Complementary color
Monochromatic Colors of #DD51A8
Black with #DD51A8
Text Example
Text Example
White with #DD51A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51A8; }
p { color: rgb(221,81,168); }
H1.HeaderClassName
{
color: #DD51A8;
}
.AnyTagClassName
{
color: #DD51A8;
}
</style>
background-color css
<style>
a { background-color: #DD51A8; }
a { background-color: rgb(221,81,168); }
div.DivClassName
{
background-color: #DD51A8;
}
.BgClassName
{
background-color: #DD51A8;
}
</style>
border-color css
<style>
span { border-color: #DD51A8; }
span { border-color: rgb(221,81,168); }
td.TdClassName
{
border-color: #DD51A8;
}
.TagClassName
{
border-color: #DD51A8;
}
</style>