Shades of Brilliant Rose #DC52AF
Tints of Brilliant Rose #DC52AF
RGB
CMYK
RGB Variations
Color information
#DC52AF (or 0xDC52AF) is known color: Brilliant Rose. HEX triplet: DC, 52 and AF. RGB value is (220,82,175). Sum of RGB (Red+Green+Blue) = 220+82+175=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC52AF is #23AD50. Grayscale: #858585. Windows color (decimal): -2338129 or 11490012. OLE color: 11490012.
HSL color Cylindrical-coordinate representation of color #DC52AF: hue angle of 319.57º degrees, saturation: 0.66, 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 #DC52AF is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 175 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.14 |
| HSL | 319.57º | 0.66% | 0.59% | - |
| HSV(B) | 319.57º | 0.63% | 0.86% | - |
| XYZ | 40.27 | 24.35 | 43.13 | - |
| YUV | 133.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 175 | 0 | 0.63 | 0.20 | 0.14 | 319.57 | 0.66 | 0.59 |
| Hex | DC | 52 | AF | 0 | 3F | 14 | E | 140 | 42 | 3B |
| Octal | 334 | 122 | 257 | 0 | 77 | 24 | 16 | 500 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10101111 | 0 | 111111 | 10100 | 1110 | 101000000 | 1000010 | 111011 |
Color Harmonies of #DC52AF
Complementary color
Monochromatic Colors of #DC52AF
Black with #DC52AF
Text Example
Text Example
White with #DC52AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52AF; }
p { color: rgb(220,82,175); }
H1.HeaderClassName
{
color: #DC52AF;
}
.AnyTagClassName
{
color: #DC52AF;
}
</style>
background-color css
<style>
a { background-color: #DC52AF; }
a { background-color: rgb(220,82,175); }
div.DivClassName
{
background-color: #DC52AF;
}
.BgClassName
{
background-color: #DC52AF;
}
</style>
border-color css
<style>
span { border-color: #DC52AF; }
span { border-color: rgb(220,82,175); }
td.TdClassName
{
border-color: #DC52AF;
}
.TagClassName
{
border-color: #DC52AF;
}
</style>