Shades of Brilliant Rose #DF5AAD
Tints of Brilliant Rose #DF5AAD
RGB
CMYK
RGB Variations
Color information
#DF5AAD (or 0xDF5AAD) is known color: Brilliant Rose. HEX triplet: DF, 5A and AD. RGB value is (223,90,173). Sum of RGB (Red+Green+Blue) = 223+90+173=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5AAD is #20A552. Grayscale: #8B8B8B. Windows color (decimal): -2139475 or 11360991. OLE color: 11360991.
HSL color Cylindrical-coordinate representation of color #DF5AAD: hue angle of 322.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5AAD is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 173 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.13 |
| HSL | 322.56º | 0.68% | 0.61% | - |
| HSV(B) | 322.56º | 0.6% | 0.87% | - |
| XYZ | 41.63 | 26.02 | 42.36 | - |
| YUV | 139.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 173 | 0 | 0.60 | 0.22 | 0.13 | 322.56 | 0.68 | 0.61 |
| Hex | DF | 5A | AD | 0 | 3C | 16 | D | 143 | 44 | 3D |
| Octal | 337 | 132 | 255 | 0 | 74 | 26 | 15 | 503 | 104 | 75 |
| Binary | 11011111 | 1011010 | 10101101 | 0 | 111100 | 10110 | 1101 | 101000011 | 1000100 | 111101 |
Color Harmonies of #DF5AAD
Complementary color
Monochromatic Colors of #DF5AAD
Black with #DF5AAD
Text Example
Text Example
White with #DF5AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5AAD; }
p { color: rgb(223,90,173); }
H1.HeaderClassName
{
color: #DF5AAD;
}
.AnyTagClassName
{
color: #DF5AAD;
}
</style>
background-color css
<style>
a { background-color: #DF5AAD; }
a { background-color: rgb(223,90,173); }
div.DivClassName
{
background-color: #DF5AAD;
}
.BgClassName
{
background-color: #DF5AAD;
}
</style>
border-color css
<style>
span { border-color: #DF5AAD; }
span { border-color: rgb(223,90,173); }
td.TdClassName
{
border-color: #DF5AAD;
}
.TagClassName
{
border-color: #DF5AAD;
}
</style>