Shades of Brilliant Rose #DC4DAC
Tints of Brilliant Rose #DC4DAC
RGB
CMYK
RGB Variations
Color information
#DC4DAC (or 0xDC4DAC) is known color: Brilliant Rose. HEX triplet: DC, 4D and AC. RGB value is (220,77,172). Sum of RGB (Red+Green+Blue) = 220+77+172=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4DAC is #23B253. Grayscale: #828282. Windows color (decimal): -2339412 or 11292124. OLE color: 11292124.
HSL color Cylindrical-coordinate representation of color #DC4DAC: hue angle of 320.14º 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 #DC4DAC is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 172 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.14 |
| HSL | 320.14º | 0.67% | 0.58% | - |
| HSV(B) | 320.14º | 0.65% | 0.86% | - |
| XYZ | 39.62 | 23.5 | 41.48 | - |
| YUV | 130.59 | 151.38 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 172 | 0 | 0.65 | 0.22 | 0.14 | 320.14 | 0.67 | 0.58 |
| Hex | DC | 4D | AC | 0 | 41 | 16 | E | 140 | 43 | 3A |
| Octal | 334 | 115 | 254 | 0 | 101 | 26 | 16 | 500 | 103 | 72 |
| Binary | 11011100 | 1001101 | 10101100 | 0 | 1000001 | 10110 | 1110 | 101000000 | 1000011 | 111010 |
Color Harmonies of #DC4DAC
Complementary color
Monochromatic Colors of #DC4DAC
Black with #DC4DAC
Text Example
Text Example
White with #DC4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DAC; }
p { color: rgb(220,77,172); }
H1.HeaderClassName
{
color: #DC4DAC;
}
.AnyTagClassName
{
color: #DC4DAC;
}
</style>
background-color css
<style>
a { background-color: #DC4DAC; }
a { background-color: rgb(220,77,172); }
div.DivClassName
{
background-color: #DC4DAC;
}
.BgClassName
{
background-color: #DC4DAC;
}
</style>
border-color css
<style>
span { border-color: #DC4DAC; }
span { border-color: rgb(220,77,172); }
td.TdClassName
{
border-color: #DC4DAC;
}
.TagClassName
{
border-color: #DC4DAC;
}
</style>