Shades of Brilliant Rose #DC50AF
Tints of Brilliant Rose #DC50AF
RGB
CMYK
RGB Variations
Color information
#DC50AF (or 0xDC50AF) is known color: Brilliant Rose. HEX triplet: DC, 50 and AF. RGB value is (220,80,175). Sum of RGB (Red+Green+Blue) = 220+80+175=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC50AF is #23AF50. Grayscale: #848484. Windows color (decimal): -2338641 or 11489500. OLE color: 11489500.
HSL color Cylindrical-coordinate representation of color #DC50AF: hue angle of 319.29º 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 #DC50AF is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 175 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.14 |
| HSL | 319.29º | 0.67% | 0.59% | - |
| HSV(B) | 319.29º | 0.64% | 0.86% | - |
| XYZ | 40.12 | 24.05 | 43.08 | - |
| YUV | 132.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 175 | 0 | 0.64 | 0.20 | 0.14 | 319.29 | 0.67 | 0.59 |
| Hex | DC | 50 | AF | 0 | 40 | 14 | E | 13F | 43 | 3B |
| Octal | 334 | 120 | 257 | 0 | 100 | 24 | 16 | 477 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10101111 | 0 | 1000000 | 10100 | 1110 | 100111111 | 1000011 | 111011 |
Color Harmonies of #DC50AF
Complementary color
Monochromatic Colors of #DC50AF
Black with #DC50AF
Text Example
Text Example
White with #DC50AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50AF; }
p { color: rgb(220,80,175); }
H1.HeaderClassName
{
color: #DC50AF;
}
.AnyTagClassName
{
color: #DC50AF;
}
</style>
background-color css
<style>
a { background-color: #DC50AF; }
a { background-color: rgb(220,80,175); }
div.DivClassName
{
background-color: #DC50AF;
}
.BgClassName
{
background-color: #DC50AF;
}
</style>
border-color css
<style>
span { border-color: #DC50AF; }
span { border-color: rgb(220,80,175); }
td.TdClassName
{
border-color: #DC50AF;
}
.TagClassName
{
border-color: #DC50AF;
}
</style>