Shades of Brilliant Rose #DC53AC
Tints of Brilliant Rose #DC53AC
RGB
CMYK
RGB Variations
Color information
#DC53AC (or 0xDC53AC) is known color: Brilliant Rose. HEX triplet: DC, 53 and AC. RGB value is (220,83,172). Sum of RGB (Red+Green+Blue) = 220+83+172=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC53AC is #23AC53. Grayscale: #858585. Windows color (decimal): -2337876 or 11293660. OLE color: 11293660.
HSL color Cylindrical-coordinate representation of color #DC53AC: hue angle of 321.02º 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 #DC53AC is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 172 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.14 |
| HSL | 321.02º | 0.66% | 0.59% | - |
| HSV(B) | 321.02º | 0.62% | 0.86% | - |
| XYZ | 40.05 | 24.38 | 41.62 | - |
| YUV | 134.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 172 | 0 | 0.62 | 0.22 | 0.14 | 321.02 | 0.66 | 0.59 |
| Hex | DC | 53 | AC | 0 | 3E | 16 | E | 141 | 42 | 3B |
| Octal | 334 | 123 | 254 | 0 | 76 | 26 | 16 | 501 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10101100 | 0 | 111110 | 10110 | 1110 | 101000001 | 1000010 | 111011 |
Color Harmonies of #DC53AC
Complementary color
Monochromatic Colors of #DC53AC
Black with #DC53AC
Text Example
Text Example
White with #DC53AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53AC; }
p { color: rgb(220,83,172); }
H1.HeaderClassName
{
color: #DC53AC;
}
.AnyTagClassName
{
color: #DC53AC;
}
</style>
background-color css
<style>
a { background-color: #DC53AC; }
a { background-color: rgb(220,83,172); }
div.DivClassName
{
background-color: #DC53AC;
}
.BgClassName
{
background-color: #DC53AC;
}
</style>
border-color css
<style>
span { border-color: #DC53AC; }
span { border-color: rgb(220,83,172); }
td.TdClassName
{
border-color: #DC53AC;
}
.TagClassName
{
border-color: #DC53AC;
}
</style>