Shades of Brilliant Rose #DC57AF
Tints of Brilliant Rose #DC57AF
RGB
CMYK
RGB Variations
Color information
#DC57AF (or 0xDC57AF) is known color: Brilliant Rose. HEX triplet: DC, 57 and AF. RGB value is (220,87,175). Sum of RGB (Red+Green+Blue) = 220+87+175=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC57AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC57AF is #23A850. Grayscale: #888888. Windows color (decimal): -2336849 or 11491292. OLE color: 11491292.
HSL color Cylindrical-coordinate representation of color #DC57AF: hue angle of 320.3º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC57AF is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 175 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.14 |
| HSL | 320.3º | 0.66% | 0.6% | - |
| HSV(B) | 320.3º | 0.6% | 0.86% | - |
| XYZ | 40.66 | 25.13 | 43.26 | - |
| YUV | 136.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 175 | 0 | 0.60 | 0.20 | 0.14 | 320.3 | 0.66 | 0.6 |
| Hex | DC | 57 | AF | 0 | 3C | 14 | E | 140 | 42 | 3C |
| Octal | 334 | 127 | 257 | 0 | 74 | 24 | 16 | 500 | 102 | 74 |
| Binary | 11011100 | 1010111 | 10101111 | 0 | 111100 | 10100 | 1110 | 101000000 | 1000010 | 111100 |
Color Harmonies of #DC57AF
Complementary color
Monochromatic Colors of #DC57AF
Black with #DC57AF
Text Example
Text Example
White with #DC57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC57AF; }
p { color: rgb(220,87,175); }
H1.HeaderClassName
{
color: #DC57AF;
}
.AnyTagClassName
{
color: #DC57AF;
}
</style>
background-color css
<style>
a { background-color: #DC57AF; }
a { background-color: rgb(220,87,175); }
div.DivClassName
{
background-color: #DC57AF;
}
.BgClassName
{
background-color: #DC57AF;
}
</style>
border-color css
<style>
span { border-color: #DC57AF; }
span { border-color: rgb(220,87,175); }
td.TdClassName
{
border-color: #DC57AF;
}
.TagClassName
{
border-color: #DC57AF;
}
</style>