Shades of Brilliant Rose #DE56AB
Tints of Brilliant Rose #DE56AB
RGB
CMYK
RGB Variations
Color information
#DE56AB (or 0xDE56AB) is known color: Brilliant Rose. HEX triplet: DE, 56 and AB. RGB value is (222,86,171). Sum of RGB (Red+Green+Blue) = 222+86+171=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE56AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE56AB is #21A954. Grayscale: #888888. Windows color (decimal): -2206037 or 11228894. OLE color: 11228894.
HSL color Cylindrical-coordinate representation of color #DE56AB: hue angle of 322.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE56AB is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 86 | 171 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.13 |
| HSL | 322.5º | 0.67% | 0.6% | - |
| HSV(B) | 322.5º | 0.61% | 0.87% | - |
| XYZ | 40.8 | 25.13 | 41.23 | - |
| YUV | 136.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 86 | 171 | 0 | 0.61 | 0.23 | 0.13 | 322.5 | 0.67 | 0.6 |
| Hex | DE | 56 | AB | 0 | 3D | 17 | D | 142 | 43 | 3C |
| Octal | 336 | 126 | 253 | 0 | 75 | 27 | 15 | 502 | 103 | 74 |
| Binary | 11011110 | 1010110 | 10101011 | 0 | 111101 | 10111 | 1101 | 101000010 | 1000011 | 111100 |
Color Harmonies of #DE56AB
Complementary color
Monochromatic Colors of #DE56AB
Black with #DE56AB
Text Example
Text Example
White with #DE56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE56AB; }
p { color: rgb(222,86,171); }
H1.HeaderClassName
{
color: #DE56AB;
}
.AnyTagClassName
{
color: #DE56AB;
}
</style>
background-color css
<style>
a { background-color: #DE56AB; }
a { background-color: rgb(222,86,171); }
div.DivClassName
{
background-color: #DE56AB;
}
.BgClassName
{
background-color: #DE56AB;
}
</style>
border-color css
<style>
span { border-color: #DE56AB; }
span { border-color: rgb(222,86,171); }
td.TdClassName
{
border-color: #DE56AB;
}
.TagClassName
{
border-color: #DE56AB;
}
</style>