Shades of Brilliant Rose #DF50A7
Tints of Brilliant Rose #DF50A7
RGB
CMYK
RGB Variations
Color information
#DF50A7 (or 0xDF50A7) is known color: Brilliant Rose. HEX triplet: DF, 50 and A7. RGB value is (223,80,167). Sum of RGB (Red+Green+Blue) = 223+80+167=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50A7 is #20AF58. Grayscale: #848484. Windows color (decimal): -2142041 or 10965215. OLE color: 10965215.
HSL color Cylindrical-coordinate representation of color #DF50A7: hue angle of 323.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF50A7 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 167 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.13 |
| HSL | 323.5º | 0.69% | 0.59% | - |
| HSV(B) | 323.5º | 0.64% | 0.87% | - |
| XYZ | 40.28 | 24.22 | 39.11 | - |
| YUV | 132.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 167 | 0 | 0.64 | 0.25 | 0.13 | 323.5 | 0.69 | 0.59 |
| Hex | DF | 50 | A7 | 0 | 40 | 19 | D | 143 | 45 | 3B |
| Octal | 337 | 120 | 247 | 0 | 100 | 31 | 15 | 503 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10100111 | 0 | 1000000 | 11001 | 1101 | 101000011 | 1000101 | 111011 |
Color Harmonies of #DF50A7
Complementary color
Monochromatic Colors of #DF50A7
Black with #DF50A7
Text Example
Text Example
White with #DF50A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50A7; }
p { color: rgb(223,80,167); }
H1.HeaderClassName
{
color: #DF50A7;
}
.AnyTagClassName
{
color: #DF50A7;
}
</style>
background-color css
<style>
a { background-color: #DF50A7; }
a { background-color: rgb(223,80,167); }
div.DivClassName
{
background-color: #DF50A7;
}
.BgClassName
{
background-color: #DF50A7;
}
</style>
border-color css
<style>
span { border-color: #DF50A7; }
span { border-color: rgb(223,80,167); }
td.TdClassName
{
border-color: #DF50A7;
}
.TagClassName
{
border-color: #DF50A7;
}
</style>