Shades of Brilliant Rose #DC5AAD
Tints of Brilliant Rose #DC5AAD
RGB
CMYK
RGB Variations
Color information
#DC5AAD (or 0xDC5AAD) is known color: Brilliant Rose. HEX triplet: DC, 5A and AD. RGB value is (220,90,173). Sum of RGB (Red+Green+Blue) = 220+90+173=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5AAD is #23A552. Grayscale: #8A8A8A. Windows color (decimal): -2336083 or 11360988. OLE color: 11360988.
HSL color Cylindrical-coordinate representation of color #DC5AAD: hue angle of 321.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5AAD is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 173 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.14 |
| HSL | 321.69º | 0.65% | 0.61% | - |
| HSV(B) | 321.69º | 0.59% | 0.86% | - |
| XYZ | 40.71 | 25.55 | 42.32 | - |
| YUV | 138.33 | 147.57 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 173 | 0 | 0.59 | 0.21 | 0.14 | 321.69 | 0.65 | 0.61 |
| Hex | DC | 5A | AD | 0 | 3B | 15 | E | 142 | 41 | 3D |
| Octal | 334 | 132 | 255 | 0 | 73 | 25 | 16 | 502 | 101 | 75 |
| Binary | 11011100 | 1011010 | 10101101 | 0 | 111011 | 10101 | 1110 | 101000010 | 1000001 | 111101 |
Color Harmonies of #DC5AAD
Complementary color
Monochromatic Colors of #DC5AAD
Black with #DC5AAD
Text Example
Text Example
White with #DC5AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5AAD; }
p { color: rgb(220,90,173); }
H1.HeaderClassName
{
color: #DC5AAD;
}
.AnyTagClassName
{
color: #DC5AAD;
}
</style>
background-color css
<style>
a { background-color: #DC5AAD; }
a { background-color: rgb(220,90,173); }
div.DivClassName
{
background-color: #DC5AAD;
}
.BgClassName
{
background-color: #DC5AAD;
}
</style>
border-color css
<style>
span { border-color: #DC5AAD; }
span { border-color: rgb(220,90,173); }
td.TdClassName
{
border-color: #DC5AAD;
}
.TagClassName
{
border-color: #DC5AAD;
}
</style>