Shades of Brilliant Rose #DF57AD
Tints of Brilliant Rose #DF57AD
RGB
CMYK
RGB Variations
Color information
#DF57AD (or 0xDF57AD) is known color: Brilliant Rose. HEX triplet: DF, 57 and AD. RGB value is (223,87,173). Sum of RGB (Red+Green+Blue) = 223+87+173=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF57AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF57AD is #20A852. Grayscale: #898989. Windows color (decimal): -2140243 or 11360223. OLE color: 11360223.
HSL color Cylindrical-coordinate representation of color #DF57AD: hue angle of 322.06º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF57AD is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 173 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.13 |
| HSL | 322.06º | 0.68% | 0.61% | - |
| HSV(B) | 322.06º | 0.61% | 0.87% | - |
| XYZ | 41.38 | 25.52 | 42.28 | - |
| YUV | 137.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 173 | 0 | 0.61 | 0.22 | 0.13 | 322.06 | 0.68 | 0.61 |
| Hex | DF | 57 | AD | 0 | 3D | 16 | D | 142 | 44 | 3D |
| Octal | 337 | 127 | 255 | 0 | 75 | 26 | 15 | 502 | 104 | 75 |
| Binary | 11011111 | 1010111 | 10101101 | 0 | 111101 | 10110 | 1101 | 101000010 | 1000100 | 111101 |
Color Harmonies of #DF57AD
Complementary color
Monochromatic Colors of #DF57AD
Black with #DF57AD
Text Example
Text Example
White with #DF57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF57AD; }
p { color: rgb(223,87,173); }
H1.HeaderClassName
{
color: #DF57AD;
}
.AnyTagClassName
{
color: #DF57AD;
}
</style>
background-color css
<style>
a { background-color: #DF57AD; }
a { background-color: rgb(223,87,173); }
div.DivClassName
{
background-color: #DF57AD;
}
.BgClassName
{
background-color: #DF57AD;
}
</style>
border-color css
<style>
span { border-color: #DF57AD; }
span { border-color: rgb(223,87,173); }
td.TdClassName
{
border-color: #DF57AD;
}
.TagClassName
{
border-color: #DF57AD;
}
</style>