Shades of Brilliant Rose #DC54AC
Tints of Brilliant Rose #DC54AC
RGB
CMYK
RGB Variations
Color information
#DC54AC (or 0xDC54AC) is known color: Brilliant Rose. HEX triplet: DC, 54 and AC. RGB value is (220,84,172). Sum of RGB (Red+Green+Blue) = 220+84+172=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC54AC is #23AB53. Grayscale: #868686. Windows color (decimal): -2337620 or 11293916. OLE color: 11293916.
HSL color Cylindrical-coordinate representation of color #DC54AC: hue angle of 321.18º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC54AC is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 172 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.14 |
| HSL | 321.18º | 0.66% | 0.6% | - |
| HSV(B) | 321.18º | 0.62% | 0.86% | - |
| XYZ | 40.13 | 24.53 | 41.65 | - |
| YUV | 134.7 | 149.06 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 172 | 0 | 0.62 | 0.22 | 0.14 | 321.18 | 0.66 | 0.6 |
| Hex | DC | 54 | AC | 0 | 3E | 16 | E | 141 | 42 | 3C |
| Octal | 334 | 124 | 254 | 0 | 76 | 26 | 16 | 501 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10101100 | 0 | 111110 | 10110 | 1110 | 101000001 | 1000010 | 111100 |
Color Harmonies of #DC54AC
Complementary color
Monochromatic Colors of #DC54AC
Black with #DC54AC
Text Example
Text Example
White with #DC54AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54AC; }
p { color: rgb(220,84,172); }
H1.HeaderClassName
{
color: #DC54AC;
}
.AnyTagClassName
{
color: #DC54AC;
}
</style>
background-color css
<style>
a { background-color: #DC54AC; }
a { background-color: rgb(220,84,172); }
div.DivClassName
{
background-color: #DC54AC;
}
.BgClassName
{
background-color: #DC54AC;
}
</style>
border-color css
<style>
span { border-color: #DC54AC; }
span { border-color: rgb(220,84,172); }
td.TdClassName
{
border-color: #DC54AC;
}
.TagClassName
{
border-color: #DC54AC;
}
</style>