Shades of Brilliant Rose #DC53AA
Tints of Brilliant Rose #DC53AA
RGB
CMYK
RGB Variations
Color information
#DC53AA (or 0xDC53AA) is known color: Brilliant Rose. HEX triplet: DC, 53 and AA. RGB value is (220,83,170). Sum of RGB (Red+Green+Blue) = 220+83+170=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC53AA is #23AC55. Grayscale: #858585. Windows color (decimal): -2337878 or 11162588. OLE color: 11162588.
HSL color Cylindrical-coordinate representation of color #DC53AA: hue angle of 321.9º 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 #DC53AA is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 170 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.14 |
| HSL | 321.9º | 0.66% | 0.59% | - |
| HSV(B) | 321.9º | 0.62% | 0.86% | - |
| XYZ | 39.86 | 24.3 | 40.62 | - |
| YUV | 133.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 170 | 0 | 0.62 | 0.23 | 0.14 | 321.9 | 0.66 | 0.59 |
| Hex | DC | 53 | AA | 0 | 3E | 17 | E | 142 | 42 | 3B |
| Octal | 334 | 123 | 252 | 0 | 76 | 27 | 16 | 502 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10101010 | 0 | 111110 | 10111 | 1110 | 101000010 | 1000010 | 111011 |
Color Harmonies of #DC53AA
Complementary color
Monochromatic Colors of #DC53AA
Black with #DC53AA
Text Example
Text Example
White with #DC53AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53AA; }
p { color: rgb(220,83,170); }
H1.HeaderClassName
{
color: #DC53AA;
}
.AnyTagClassName
{
color: #DC53AA;
}
</style>
background-color css
<style>
a { background-color: #DC53AA; }
a { background-color: rgb(220,83,170); }
div.DivClassName
{
background-color: #DC53AA;
}
.BgClassName
{
background-color: #DC53AA;
}
</style>
border-color css
<style>
span { border-color: #DC53AA; }
span { border-color: rgb(220,83,170); }
td.TdClassName
{
border-color: #DC53AA;
}
.TagClassName
{
border-color: #DC53AA;
}
</style>