Shades of Brilliant Rose #DC51AB
Tints of Brilliant Rose #DC51AB
RGB
CMYK
RGB Variations
Color information
#DC51AB (or 0xDC51AB) is known color: Brilliant Rose. HEX triplet: DC, 51 and AB. RGB value is (220,81,171). Sum of RGB (Red+Green+Blue) = 220+81+171=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC51AB is #23AE54. Grayscale: #848484. Windows color (decimal): -2338389 or 11227612. OLE color: 11227612.
HSL color Cylindrical-coordinate representation of color #DC51AB: hue angle of 321.15º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC51AB is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 171 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.14 |
| HSL | 321.15º | 0.67% | 0.59% | - |
| HSV(B) | 321.15º | 0.63% | 0.86% | - |
| XYZ | 39.81 | 24.04 | 41.07 | - |
| YUV | 132.82 | 149.55 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 171 | 0 | 0.63 | 0.22 | 0.14 | 321.15 | 0.67 | 0.59 |
| Hex | DC | 51 | AB | 0 | 3F | 16 | E | 141 | 43 | 3B |
| Octal | 334 | 121 | 253 | 0 | 77 | 26 | 16 | 501 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10101011 | 0 | 111111 | 10110 | 1110 | 101000001 | 1000011 | 111011 |
Color Harmonies of #DC51AB
Complementary color
Monochromatic Colors of #DC51AB
Black with #DC51AB
Text Example
Text Example
White with #DC51AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51AB; }
p { color: rgb(220,81,171); }
H1.HeaderClassName
{
color: #DC51AB;
}
.AnyTagClassName
{
color: #DC51AB;
}
</style>
background-color css
<style>
a { background-color: #DC51AB; }
a { background-color: rgb(220,81,171); }
div.DivClassName
{
background-color: #DC51AB;
}
.BgClassName
{
background-color: #DC51AB;
}
</style>
border-color css
<style>
span { border-color: #DC51AB; }
span { border-color: rgb(220,81,171); }
td.TdClassName
{
border-color: #DC51AB;
}
.TagClassName
{
border-color: #DC51AB;
}
</style>