Shades of Brilliant Rose #DC53AD
Tints of Brilliant Rose #DC53AD
RGB
CMYK
RGB Variations
Color information
#DC53AD (or 0xDC53AD) is known color: Brilliant Rose. HEX triplet: DC, 53 and AD. RGB value is (220,83,173). Sum of RGB (Red+Green+Blue) = 220+83+173=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC53AD is #23AC52. Grayscale: #868686. Windows color (decimal): -2337875 or 11359196. OLE color: 11359196.
HSL color Cylindrical-coordinate representation of color #DC53AD: hue angle of 320.58º 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 #DC53AD is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 173 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.14 |
| HSL | 320.58º | 0.66% | 0.59% | - |
| HSV(B) | 320.58º | 0.62% | 0.86% | - |
| XYZ | 40.15 | 24.42 | 42.13 | - |
| YUV | 134.22 | 149.89 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 173 | 0 | 0.62 | 0.21 | 0.14 | 320.58 | 0.66 | 0.59 |
| Hex | DC | 53 | AD | 0 | 3E | 15 | E | 141 | 42 | 3B |
| Octal | 334 | 123 | 255 | 0 | 76 | 25 | 16 | 501 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10101101 | 0 | 111110 | 10101 | 1110 | 101000001 | 1000010 | 111011 |
Color Harmonies of #DC53AD
Complementary color
Monochromatic Colors of #DC53AD
Black with #DC53AD
Text Example
Text Example
White with #DC53AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53AD; }
p { color: rgb(220,83,173); }
H1.HeaderClassName
{
color: #DC53AD;
}
.AnyTagClassName
{
color: #DC53AD;
}
</style>
background-color css
<style>
a { background-color: #DC53AD; }
a { background-color: rgb(220,83,173); }
div.DivClassName
{
background-color: #DC53AD;
}
.BgClassName
{
background-color: #DC53AD;
}
</style>
border-color css
<style>
span { border-color: #DC53AD; }
span { border-color: rgb(220,83,173); }
td.TdClassName
{
border-color: #DC53AD;
}
.TagClassName
{
border-color: #DC53AD;
}
</style>