Shades of Brilliant Rose #DC51AF
Tints of Brilliant Rose #DC51AF
RGB
CMYK
RGB Variations
Color information
#DC51AF (or 0xDC51AF) is known color: Brilliant Rose. HEX triplet: DC, 51 and AF. RGB value is (220,81,175). Sum of RGB (Red+Green+Blue) = 220+81+175=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC51AF is #23AE50. Grayscale: #858585. Windows color (decimal): -2338385 or 11489756. OLE color: 11489756.
HSL color Cylindrical-coordinate representation of color #DC51AF: hue angle of 319.42º 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 #DC51AF is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 175 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.14 |
| HSL | 319.42º | 0.67% | 0.59% | - |
| HSV(B) | 319.42º | 0.63% | 0.86% | - |
| XYZ | 40.2 | 24.2 | 43.11 | - |
| YUV | 133.28 | 151.55 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 175 | 0 | 0.63 | 0.20 | 0.14 | 319.42 | 0.67 | 0.59 |
| Hex | DC | 51 | AF | 0 | 3F | 14 | E | 13F | 43 | 3B |
| Octal | 334 | 121 | 257 | 0 | 77 | 24 | 16 | 477 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10101111 | 0 | 111111 | 10100 | 1110 | 100111111 | 1000011 | 111011 |
Color Harmonies of #DC51AF
Complementary color
Monochromatic Colors of #DC51AF
Black with #DC51AF
Text Example
Text Example
White with #DC51AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51AF; }
p { color: rgb(220,81,175); }
H1.HeaderClassName
{
color: #DC51AF;
}
.AnyTagClassName
{
color: #DC51AF;
}
</style>
background-color css
<style>
a { background-color: #DC51AF; }
a { background-color: rgb(220,81,175); }
div.DivClassName
{
background-color: #DC51AF;
}
.BgClassName
{
background-color: #DC51AF;
}
</style>
border-color css
<style>
span { border-color: #DC51AF; }
span { border-color: rgb(220,81,175); }
td.TdClassName
{
border-color: #DC51AF;
}
.TagClassName
{
border-color: #DC51AF;
}
</style>