Shades of Brilliant Rose #DA57AD
Tints of Brilliant Rose #DA57AD
RGB
CMYK
RGB Variations
Color information
#DA57AD (or 0xDA57AD) is known color: Brilliant Rose. HEX triplet: DA, 57 and AD. RGB value is (218,87,173). Sum of RGB (Red+Green+Blue) = 218+87+173=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA57AD is #25A852. Grayscale: #878787. Windows color (decimal): -2467923 or 11360218. OLE color: 11360218.
HSL color Cylindrical-coordinate representation of color #DA57AD: hue angle of 320.61º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA57AD is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 173 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.15 |
| HSL | 320.61º | 0.64% | 0.6% | - |
| HSV(B) | 320.61º | 0.6% | 0.85% | - |
| XYZ | 39.86 | 24.74 | 42.21 | - |
| YUV | 135.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 173 | 0 | 0.60 | 0.21 | 0.15 | 320.61 | 0.64 | 0.6 |
| Hex | DA | 57 | AD | 0 | 3C | 15 | F | 141 | 40 | 3C |
| Octal | 332 | 127 | 255 | 0 | 74 | 25 | 17 | 501 | 100 | 74 |
| Binary | 11011010 | 1010111 | 10101101 | 0 | 111100 | 10101 | 1111 | 101000001 | 1000000 | 111100 |
Color Harmonies of #DA57AD
Complementary color
Monochromatic Colors of #DA57AD
Black with #DA57AD
Text Example
Text Example
White with #DA57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA57AD; }
p { color: rgb(218,87,173); }
H1.HeaderClassName
{
color: #DA57AD;
}
.AnyTagClassName
{
color: #DA57AD;
}
</style>
background-color css
<style>
a { background-color: #DA57AD; }
a { background-color: rgb(218,87,173); }
div.DivClassName
{
background-color: #DA57AD;
}
.BgClassName
{
background-color: #DA57AD;
}
</style>
border-color css
<style>
span { border-color: #DA57AD; }
span { border-color: rgb(218,87,173); }
td.TdClassName
{
border-color: #DA57AD;
}
.TagClassName
{
border-color: #DA57AD;
}
</style>