Shades of Brilliant Rose #DC55AF
Tints of Brilliant Rose #DC55AF
RGB
CMYK
RGB Variations
Color information
#DC55AF (or 0xDC55AF) is known color: Brilliant Rose. HEX triplet: DC, 55 and AF. RGB value is (220,85,175). Sum of RGB (Red+Green+Blue) = 220+85+175=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC55AF is #23AA50. Grayscale: #878787. Windows color (decimal): -2337361 or 11490780. OLE color: 11490780.
HSL color Cylindrical-coordinate representation of color #DC55AF: hue angle of 320º 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 #DC55AF is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 175 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.14 |
| HSL | 320º | 0.66% | 0.6% | - |
| HSV(B) | 320º | 0.61% | 0.86% | - |
| XYZ | 40.5 | 24.81 | 43.21 | - |
| YUV | 135.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 175 | 0 | 0.61 | 0.20 | 0.14 | 320 | 0.66 | 0.6 |
| Hex | DC | 55 | AF | 0 | 3D | 14 | E | 140 | 42 | 3C |
| Octal | 334 | 125 | 257 | 0 | 75 | 24 | 16 | 500 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10101111 | 0 | 111101 | 10100 | 1110 | 101000000 | 1000010 | 111100 |
Color Harmonies of #DC55AF
Complementary color
Monochromatic Colors of #DC55AF
Black with #DC55AF
Text Example
Text Example
White with #DC55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55AF; }
p { color: rgb(220,85,175); }
H1.HeaderClassName
{
color: #DC55AF;
}
.AnyTagClassName
{
color: #DC55AF;
}
</style>
background-color css
<style>
a { background-color: #DC55AF; }
a { background-color: rgb(220,85,175); }
div.DivClassName
{
background-color: #DC55AF;
}
.BgClassName
{
background-color: #DC55AF;
}
</style>
border-color css
<style>
span { border-color: #DC55AF; }
span { border-color: rgb(220,85,175); }
td.TdClassName
{
border-color: #DC55AF;
}
.TagClassName
{
border-color: #DC55AF;
}
</style>