Shades of Brilliant Rose #DC4FAD
Tints of Brilliant Rose #DC4FAD
RGB
CMYK
RGB Variations
Color information
#DC4FAD (or 0xDC4FAD) is known color: Brilliant Rose. HEX triplet: DC, 4F and AD. RGB value is (220,79,173). Sum of RGB (Red+Green+Blue) = 220+79+173=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4FAD is #23B052. Grayscale: #838383. Windows color (decimal): -2338899 or 11358172. OLE color: 11358172.
HSL color Cylindrical-coordinate representation of color #DC4FAD: hue angle of 320º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4FAD is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 173 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.14 |
| HSL | 320º | 0.67% | 0.59% | - |
| HSV(B) | 320º | 0.64% | 0.86% | - |
| XYZ | 39.85 | 23.82 | 42.03 | - |
| YUV | 131.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 173 | 0 | 0.64 | 0.21 | 0.14 | 320 | 0.67 | 0.59 |
| Hex | DC | 4F | AD | 0 | 40 | 15 | E | 140 | 43 | 3B |
| Octal | 334 | 117 | 255 | 0 | 100 | 25 | 16 | 500 | 103 | 73 |
| Binary | 11011100 | 1001111 | 10101101 | 0 | 1000000 | 10101 | 1110 | 101000000 | 1000011 | 111011 |
Color Harmonies of #DC4FAD
Complementary color
Monochromatic Colors of #DC4FAD
Black with #DC4FAD
Text Example
Text Example
White with #DC4FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4FAD; }
p { color: rgb(220,79,173); }
H1.HeaderClassName
{
color: #DC4FAD;
}
.AnyTagClassName
{
color: #DC4FAD;
}
</style>
background-color css
<style>
a { background-color: #DC4FAD; }
a { background-color: rgb(220,79,173); }
div.DivClassName
{
background-color: #DC4FAD;
}
.BgClassName
{
background-color: #DC4FAD;
}
</style>
border-color css
<style>
span { border-color: #DC4FAD; }
span { border-color: rgb(220,79,173); }
td.TdClassName
{
border-color: #DC4FAD;
}
.TagClassName
{
border-color: #DC4FAD;
}
</style>