Shades of Brilliant Rose #DE57B1
Tints of Brilliant Rose #DE57B1
RGB
CMYK
RGB Variations
Color information
#DE57B1 (or 0xDE57B1) is known color: Brilliant Rose. HEX triplet: DE, 57 and B1. RGB value is (222,87,177). Sum of RGB (Red+Green+Blue) = 222+87+177=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE57B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE57B1 is #21A84E. Grayscale: #898989. Windows color (decimal): -2205775 or 11622366. OLE color: 11622366.
HSL color Cylindrical-coordinate representation of color #DE57B1: hue angle of 320º degrees, saturation: 0.67, 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 #DE57B1 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 87 | 177 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.13 |
| HSL | 320º | 0.67% | 0.61% | - |
| HSV(B) | 320º | 0.61% | 0.87% | - |
| XYZ | 41.47 | 25.52 | 44.34 | - |
| YUV | 137.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 87 | 177 | 0 | 0.61 | 0.20 | 0.13 | 320 | 0.67 | 0.61 |
| Hex | DE | 57 | B1 | 0 | 3D | 14 | D | 140 | 43 | 3D |
| Octal | 336 | 127 | 261 | 0 | 75 | 24 | 15 | 500 | 103 | 75 |
| Binary | 11011110 | 1010111 | 10110001 | 0 | 111101 | 10100 | 1101 | 101000000 | 1000011 | 111101 |
Color Harmonies of #DE57B1
Complementary color
Monochromatic Colors of #DE57B1
Black with #DE57B1
Text Example
Text Example
White with #DE57B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE57B1; }
p { color: rgb(222,87,177); }
H1.HeaderClassName
{
color: #DE57B1;
}
.AnyTagClassName
{
color: #DE57B1;
}
</style>
background-color css
<style>
a { background-color: #DE57B1; }
a { background-color: rgb(222,87,177); }
div.DivClassName
{
background-color: #DE57B1;
}
.BgClassName
{
background-color: #DE57B1;
}
</style>
border-color css
<style>
span { border-color: #DE57B1; }
span { border-color: rgb(222,87,177); }
td.TdClassName
{
border-color: #DE57B1;
}
.TagClassName
{
border-color: #DE57B1;
}
</style>