Shades of Brilliant Rose #DC4EAC
Tints of Brilliant Rose #DC4EAC
RGB
CMYK
RGB Variations
Color information
#DC4EAC (or 0xDC4EAC) is known color: Brilliant Rose. HEX triplet: DC, 4E and AC. RGB value is (220,78,172). Sum of RGB (Red+Green+Blue) = 220+78+172=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4EAC is #23B153. Grayscale: #828282. Windows color (decimal): -2339156 or 11292380. OLE color: 11292380.
HSL color Cylindrical-coordinate representation of color #DC4EAC: hue angle of 320.28º 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 #DC4EAC is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 172 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.14 |
| HSL | 320.28º | 0.67% | 0.58% | - |
| HSV(B) | 320.28º | 0.65% | 0.86% | - |
| XYZ | 39.69 | 23.64 | 41.5 | - |
| YUV | 131.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 172 | 0 | 0.65 | 0.22 | 0.14 | 320.28 | 0.67 | 0.58 |
| Hex | DC | 4E | AC | 0 | 41 | 16 | E | 140 | 43 | 3A |
| Octal | 334 | 116 | 254 | 0 | 101 | 26 | 16 | 500 | 103 | 72 |
| Binary | 11011100 | 1001110 | 10101100 | 0 | 1000001 | 10110 | 1110 | 101000000 | 1000011 | 111010 |
Color Harmonies of #DC4EAC
Complementary color
Monochromatic Colors of #DC4EAC
Black with #DC4EAC
Text Example
Text Example
White with #DC4EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4EAC; }
p { color: rgb(220,78,172); }
H1.HeaderClassName
{
color: #DC4EAC;
}
.AnyTagClassName
{
color: #DC4EAC;
}
</style>
background-color css
<style>
a { background-color: #DC4EAC; }
a { background-color: rgb(220,78,172); }
div.DivClassName
{
background-color: #DC4EAC;
}
.BgClassName
{
background-color: #DC4EAC;
}
</style>
border-color css
<style>
span { border-color: #DC4EAC; }
span { border-color: rgb(220,78,172); }
td.TdClassName
{
border-color: #DC4EAC;
}
.TagClassName
{
border-color: #DC4EAC;
}
</style>