Shades of Brilliant Rose #DC53AF
Tints of Brilliant Rose #DC53AF
RGB
CMYK
RGB Variations
Color information
#DC53AF (or 0xDC53AF) is known color: Brilliant Rose. HEX triplet: DC, 53 and AF. RGB value is (220,83,175). Sum of RGB (Red+Green+Blue) = 220+83+175=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC53AF is #23AC50. Grayscale: #868686. Windows color (decimal): -2337873 or 11490268. OLE color: 11490268.
HSL color Cylindrical-coordinate representation of color #DC53AF: hue angle of 319.71º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC53AF is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 175 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.14 |
| HSL | 319.71º | 0.66% | 0.59% | - |
| HSV(B) | 319.71º | 0.62% | 0.86% | - |
| XYZ | 40.35 | 24.5 | 43.16 | - |
| YUV | 134.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 175 | 0 | 0.62 | 0.20 | 0.14 | 319.71 | 0.66 | 0.59 |
| Hex | DC | 53 | AF | 0 | 3E | 14 | E | 140 | 42 | 3B |
| Octal | 334 | 123 | 257 | 0 | 76 | 24 | 16 | 500 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10101111 | 0 | 111110 | 10100 | 1110 | 101000000 | 1000010 | 111011 |
Color Harmonies of #DC53AF
Complementary color
Monochromatic Colors of #DC53AF
Black with #DC53AF
Text Example
Text Example
White with #DC53AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53AF; }
p { color: rgb(220,83,175); }
H1.HeaderClassName
{
color: #DC53AF;
}
.AnyTagClassName
{
color: #DC53AF;
}
</style>
background-color css
<style>
a { background-color: #DC53AF; }
a { background-color: rgb(220,83,175); }
div.DivClassName
{
background-color: #DC53AF;
}
.BgClassName
{
background-color: #DC53AF;
}
</style>
border-color css
<style>
span { border-color: #DC53AF; }
span { border-color: rgb(220,83,175); }
td.TdClassName
{
border-color: #DC53AF;
}
.TagClassName
{
border-color: #DC53AF;
}
</style>