Shades of Brilliant Rose #DC55B0
Tints of Brilliant Rose #DC55B0
RGB
CMYK
RGB Variations
Color information
#DC55B0 (or 0xDC55B0) is known color: Brilliant Rose. HEX triplet: DC, 55 and B0. RGB value is (220,85,176). Sum of RGB (Red+Green+Blue) = 220+85+176=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC55B0 is #23AA4F. Grayscale: #878787. Windows color (decimal): -2337360 or 11556316. OLE color: 11556316.
HSL color Cylindrical-coordinate representation of color #DC55B0: hue angle of 319.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC55B0 is Cyan = 0, Magento = 0.61, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 176 | - |
| CMYK | 0 | 0.61 | 0.2 | 0.14 |
| HSL | 319.56º | 0.66% | 0.6% | - |
| HSV(B) | 319.56º | 0.61% | 0.86% | - |
| XYZ | 40.6 | 24.85 | 43.73 | - |
| YUV | 135.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 176 | 0 | 0.61 | 0.2 | 0.14 | 319.56 | 0.66 | 0.6 |
| Hex | DC | 55 | B0 | 0 | 3D | 14 | E | 140 | 42 | 3C |
| Octal | 334 | 125 | 260 | 0 | 75 | 24 | 16 | 500 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10110000 | 0 | 111101 | 10100 | 1110 | 101000000 | 1000010 | 111100 |
Color Harmonies of #DC55B0
Complementary color
Monochromatic Colors of #DC55B0
Black with #DC55B0
Text Example
Text Example
White with #DC55B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55B0; }
p { color: rgb(220,85,176); }
H1.HeaderClassName
{
color: #DC55B0;
}
.AnyTagClassName
{
color: #DC55B0;
}
</style>
background-color css
<style>
a { background-color: #DC55B0; }
a { background-color: rgb(220,85,176); }
div.DivClassName
{
background-color: #DC55B0;
}
.BgClassName
{
background-color: #DC55B0;
}
</style>
border-color css
<style>
span { border-color: #DC55B0; }
span { border-color: rgb(220,85,176); }
td.TdClassName
{
border-color: #DC55B0;
}
.TagClassName
{
border-color: #DC55B0;
}
</style>