Shades of Brilliant Rose #DF50AF
Tints of Brilliant Rose #DF50AF
RGB
CMYK
RGB Variations
Color information
#DF50AF (or 0xDF50AF) is known color: Brilliant Rose. HEX triplet: DF, 50 and AF. RGB value is (223,80,175). Sum of RGB (Red+Green+Blue) = 223+80+175=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50AF is #20AF50. Grayscale: #858585. Windows color (decimal): -2142033 or 11489503. OLE color: 11489503.
HSL color Cylindrical-coordinate representation of color #DF50AF: hue angle of 320.14º 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 #DF50AF is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 175 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.13 |
| HSL | 320.14º | 0.69% | 0.59% | - |
| HSV(B) | 320.14º | 0.64% | 0.87% | - |
| XYZ | 41.04 | 24.52 | 43.13 | - |
| YUV | 133.59 | 151.38 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 175 | 0 | 0.64 | 0.22 | 0.13 | 320.14 | 0.69 | 0.59 |
| Hex | DF | 50 | AF | 0 | 40 | 16 | D | 140 | 45 | 3B |
| Octal | 337 | 120 | 257 | 0 | 100 | 26 | 15 | 500 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10101111 | 0 | 1000000 | 10110 | 1101 | 101000000 | 1000101 | 111011 |
Color Harmonies of #DF50AF
Complementary color
Monochromatic Colors of #DF50AF
Black with #DF50AF
Text Example
Text Example
White with #DF50AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50AF; }
p { color: rgb(223,80,175); }
H1.HeaderClassName
{
color: #DF50AF;
}
.AnyTagClassName
{
color: #DF50AF;
}
</style>
background-color css
<style>
a { background-color: #DF50AF; }
a { background-color: rgb(223,80,175); }
div.DivClassName
{
background-color: #DF50AF;
}
.BgClassName
{
background-color: #DF50AF;
}
</style>
border-color css
<style>
span { border-color: #DF50AF; }
span { border-color: rgb(223,80,175); }
td.TdClassName
{
border-color: #DF50AF;
}
.TagClassName
{
border-color: #DF50AF;
}
</style>