Shades of Brilliant Rose #DD51A7
Tints of Brilliant Rose #DD51A7
RGB
CMYK
RGB Variations
Color information
#DD51A7 (or 0xDD51A7) is known color: Brilliant Rose. HEX triplet: DD, 51 and A7. RGB value is (221,81,167). Sum of RGB (Red+Green+Blue) = 221+81+167=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD51A7 is #22AE58. Grayscale: #848484. Windows color (decimal): -2272857 or 10965469. OLE color: 10965469.
HSL color Cylindrical-coordinate representation of color #DD51A7: hue angle of 323.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 #DD51A7 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 167 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.13 |
| HSL | 323.14º | 0.67% | 0.59% | - |
| HSV(B) | 323.14º | 0.63% | 0.87% | - |
| XYZ | 39.74 | 24.05 | 39.11 | - |
| YUV | 132.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 167 | 0 | 0.63 | 0.24 | 0.13 | 323.14 | 0.67 | 0.59 |
| Hex | DD | 51 | A7 | 0 | 3F | 18 | D | 143 | 43 | 3B |
| Octal | 335 | 121 | 247 | 0 | 77 | 30 | 15 | 503 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10100111 | 0 | 111111 | 11000 | 1101 | 101000011 | 1000011 | 111011 |
Color Harmonies of #DD51A7
Complementary color
Monochromatic Colors of #DD51A7
Black with #DD51A7
Text Example
Text Example
White with #DD51A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51A7; }
p { color: rgb(221,81,167); }
H1.HeaderClassName
{
color: #DD51A7;
}
.AnyTagClassName
{
color: #DD51A7;
}
</style>
background-color css
<style>
a { background-color: #DD51A7; }
a { background-color: rgb(221,81,167); }
div.DivClassName
{
background-color: #DD51A7;
}
.BgClassName
{
background-color: #DD51A7;
}
</style>
border-color css
<style>
span { border-color: #DD51A7; }
span { border-color: rgb(221,81,167); }
td.TdClassName
{
border-color: #DD51A7;
}
.TagClassName
{
border-color: #DD51A7;
}
</style>