Shades of Brilliant Rose #DC54AA
Tints of Brilliant Rose #DC54AA
RGB
CMYK
RGB Variations
Color information
#DC54AA (or 0xDC54AA) is known color: Brilliant Rose. HEX triplet: DC, 54 and AA. RGB value is (220,84,170). Sum of RGB (Red+Green+Blue) = 220+84+170=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC54AA is #23AB55. Grayscale: #868686. Windows color (decimal): -2337622 or 11162844. OLE color: 11162844.
HSL color Cylindrical-coordinate representation of color #DC54AA: hue angle of 322.06º 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 #DC54AA is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 170 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.14 |
| HSL | 322.06º | 0.66% | 0.6% | - |
| HSV(B) | 322.06º | 0.62% | 0.86% | - |
| XYZ | 39.94 | 24.46 | 40.65 | - |
| YUV | 134.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 170 | 0 | 0.62 | 0.23 | 0.14 | 322.06 | 0.66 | 0.6 |
| Hex | DC | 54 | AA | 0 | 3E | 17 | E | 142 | 42 | 3C |
| Octal | 334 | 124 | 252 | 0 | 76 | 27 | 16 | 502 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10101010 | 0 | 111110 | 10111 | 1110 | 101000010 | 1000010 | 111100 |
Color Harmonies of #DC54AA
Complementary color
Monochromatic Colors of #DC54AA
Black with #DC54AA
Text Example
Text Example
White with #DC54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54AA; }
p { color: rgb(220,84,170); }
H1.HeaderClassName
{
color: #DC54AA;
}
.AnyTagClassName
{
color: #DC54AA;
}
</style>
background-color css
<style>
a { background-color: #DC54AA; }
a { background-color: rgb(220,84,170); }
div.DivClassName
{
background-color: #DC54AA;
}
.BgClassName
{
background-color: #DC54AA;
}
</style>
border-color css
<style>
span { border-color: #DC54AA; }
span { border-color: rgb(220,84,170); }
td.TdClassName
{
border-color: #DC54AA;
}
.TagClassName
{
border-color: #DC54AA;
}
</style>