Shades of Brilliant Rose #DC4DAF
Tints of Brilliant Rose #DC4DAF
RGB
CMYK
RGB Variations
Color information
#DC4DAF (or 0xDC4DAF) is known color: Brilliant Rose. HEX triplet: DC, 4D and AF. RGB value is (220,77,175). Sum of RGB (Red+Green+Blue) = 220+77+175=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4DAF is #23B250. Grayscale: #828282. Windows color (decimal): -2339409 or 11488732. OLE color: 11488732.
HSL color Cylindrical-coordinate representation of color #DC4DAF: hue angle of 318.88º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4DAF is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 175 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.14 |
| HSL | 318.88º | 0.67% | 0.58% | - |
| HSV(B) | 318.88º | 0.65% | 0.86% | - |
| XYZ | 39.91 | 23.62 | 43.01 | - |
| YUV | 130.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 175 | 0 | 0.65 | 0.20 | 0.14 | 318.88 | 0.67 | 0.58 |
| Hex | DC | 4D | AF | 0 | 41 | 14 | E | 13F | 43 | 3A |
| Octal | 334 | 115 | 257 | 0 | 101 | 24 | 16 | 477 | 103 | 72 |
| Binary | 11011100 | 1001101 | 10101111 | 0 | 1000001 | 10100 | 1110 | 100111111 | 1000011 | 111010 |
Color Harmonies of #DC4DAF
Complementary color
Monochromatic Colors of #DC4DAF
Black with #DC4DAF
Text Example
Text Example
White with #DC4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DAF; }
p { color: rgb(220,77,175); }
H1.HeaderClassName
{
color: #DC4DAF;
}
.AnyTagClassName
{
color: #DC4DAF;
}
</style>
background-color css
<style>
a { background-color: #DC4DAF; }
a { background-color: rgb(220,77,175); }
div.DivClassName
{
background-color: #DC4DAF;
}
.BgClassName
{
background-color: #DC4DAF;
}
</style>
border-color css
<style>
span { border-color: #DC4DAF; }
span { border-color: rgb(220,77,175); }
td.TdClassName
{
border-color: #DC4DAF;
}
.TagClassName
{
border-color: #DC4DAF;
}
</style>