Shades of Brilliant Rose #DC51AA
Tints of Brilliant Rose #DC51AA
RGB
CMYK
RGB Variations
Color information
#DC51AA (or 0xDC51AA) is known color: Brilliant Rose. HEX triplet: DC, 51 and AA. RGB value is (220,81,170). Sum of RGB (Red+Green+Blue) = 220+81+170=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC51AA is #23AE55. Grayscale: #848484. Windows color (decimal): -2338390 or 11162076. OLE color: 11162076.
HSL color Cylindrical-coordinate representation of color #DC51AA: hue angle of 321.58º 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 #DC51AA is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 170 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.14 |
| HSL | 321.58º | 0.67% | 0.59% | - |
| HSV(B) | 321.58º | 0.63% | 0.86% | - |
| XYZ | 39.71 | 24 | 40.57 | - |
| YUV | 132.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 170 | 0 | 0.63 | 0.23 | 0.14 | 321.58 | 0.67 | 0.59 |
| Hex | DC | 51 | AA | 0 | 3F | 17 | E | 142 | 43 | 3B |
| Octal | 334 | 121 | 252 | 0 | 77 | 27 | 16 | 502 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10101010 | 0 | 111111 | 10111 | 1110 | 101000010 | 1000011 | 111011 |
Color Harmonies of #DC51AA
Complementary color
Monochromatic Colors of #DC51AA
Black with #DC51AA
Text Example
Text Example
White with #DC51AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51AA; }
p { color: rgb(220,81,170); }
H1.HeaderClassName
{
color: #DC51AA;
}
.AnyTagClassName
{
color: #DC51AA;
}
</style>
background-color css
<style>
a { background-color: #DC51AA; }
a { background-color: rgb(220,81,170); }
div.DivClassName
{
background-color: #DC51AA;
}
.BgClassName
{
background-color: #DC51AA;
}
</style>
border-color css
<style>
span { border-color: #DC51AA; }
span { border-color: rgb(220,81,170); }
td.TdClassName
{
border-color: #DC51AA;
}
.TagClassName
{
border-color: #DC51AA;
}
</style>