Shades of Brilliant Rose #DD51B0
Tints of Brilliant Rose #DD51B0
RGB
CMYK
RGB Variations
Color information
#DD51B0 (or 0xDD51B0) is known color: Brilliant Rose. HEX triplet: DD, 51 and B0. RGB value is (221,81,176). Sum of RGB (Red+Green+Blue) = 221+81+176=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD51B0 is #22AE4F. Grayscale: #858585. Windows color (decimal): -2272848 or 11555293. OLE color: 11555293.
HSL color Cylindrical-coordinate representation of color #DD51B0: hue angle of 319.29º 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 #DD51B0 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 176 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.13 |
| HSL | 319.29º | 0.67% | 0.59% | - |
| HSV(B) | 319.29º | 0.63% | 0.87% | - |
| XYZ | 40.6 | 24.39 | 43.64 | - |
| YUV | 133.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 176 | 0 | 0.63 | 0.20 | 0.13 | 319.29 | 0.67 | 0.59 |
| Hex | DD | 51 | B0 | 0 | 3F | 14 | D | 13F | 43 | 3B |
| Octal | 335 | 121 | 260 | 0 | 77 | 24 | 15 | 477 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10110000 | 0 | 111111 | 10100 | 1101 | 100111111 | 1000011 | 111011 |
Color Harmonies of #DD51B0
Complementary color
Monochromatic Colors of #DD51B0
Black with #DD51B0
Text Example
Text Example
White with #DD51B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51B0; }
p { color: rgb(221,81,176); }
H1.HeaderClassName
{
color: #DD51B0;
}
.AnyTagClassName
{
color: #DD51B0;
}
</style>
background-color css
<style>
a { background-color: #DD51B0; }
a { background-color: rgb(221,81,176); }
div.DivClassName
{
background-color: #DD51B0;
}
.BgClassName
{
background-color: #DD51B0;
}
</style>
border-color css
<style>
span { border-color: #DD51B0; }
span { border-color: rgb(221,81,176); }
td.TdClassName
{
border-color: #DD51B0;
}
.TagClassName
{
border-color: #DD51B0;
}
</style>