Shades of Brilliant Rose #DE5BAD
Tints of Brilliant Rose #DE5BAD
RGB
CMYK
RGB Variations
Color information
#DE5BAD (or 0xDE5BAD) is known color: Brilliant Rose. HEX triplet: DE, 5B and AD. RGB value is (222,91,173). Sum of RGB (Red+Green+Blue) = 222+91+173=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5BAD is #21A452. Grayscale: #8B8B8B. Windows color (decimal): -2204755 or 11361246. OLE color: 11361246.
HSL color Cylindrical-coordinate representation of color #DE5BAD: hue angle of 322.44º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5BAD is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 91 | 173 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.13 |
| HSL | 322.44º | 0.66% | 0.61% | - |
| HSV(B) | 322.44º | 0.59% | 0.87% | - |
| XYZ | 41.41 | 26.03 | 42.38 | - |
| YUV | 139.52 | 146.9 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 91 | 173 | 0 | 0.59 | 0.22 | 0.13 | 322.44 | 0.66 | 0.61 |
| Hex | DE | 5B | AD | 0 | 3B | 16 | D | 142 | 42 | 3D |
| Octal | 336 | 133 | 255 | 0 | 73 | 26 | 15 | 502 | 102 | 75 |
| Binary | 11011110 | 1011011 | 10101101 | 0 | 111011 | 10110 | 1101 | 101000010 | 1000010 | 111101 |
Color Harmonies of #DE5BAD
Complementary color
Monochromatic Colors of #DE5BAD
Black with #DE5BAD
Text Example
Text Example
White with #DE5BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5BAD; }
p { color: rgb(222,91,173); }
H1.HeaderClassName
{
color: #DE5BAD;
}
.AnyTagClassName
{
color: #DE5BAD;
}
</style>
background-color css
<style>
a { background-color: #DE5BAD; }
a { background-color: rgb(222,91,173); }
div.DivClassName
{
background-color: #DE5BAD;
}
.BgClassName
{
background-color: #DE5BAD;
}
</style>
border-color css
<style>
span { border-color: #DE5BAD; }
span { border-color: rgb(222,91,173); }
td.TdClassName
{
border-color: #DE5BAD;
}
.TagClassName
{
border-color: #DE5BAD;
}
</style>