Shades of Brilliant Rose #DE5AAC
Tints of Brilliant Rose #DE5AAC
RGB
CMYK
RGB Variations
Color information
#DE5AAC (or 0xDE5AAC) is known color: Brilliant Rose. HEX triplet: DE, 5A and AC. RGB value is (222,90,172). Sum of RGB (Red+Green+Blue) = 222+90+172=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5AAC is #21A553. Grayscale: #8A8A8A. Windows color (decimal): -2205012 or 11295454. OLE color: 11295454.
HSL color Cylindrical-coordinate representation of color #DE5AAC: hue angle of 322.73º degrees, saturation: 0.67, 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 #DE5AAC is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 90 | 172 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.13 |
| HSL | 322.73º | 0.67% | 0.61% | - |
| HSV(B) | 322.73º | 0.59% | 0.87% | - |
| XYZ | 41.23 | 25.82 | 41.84 | - |
| YUV | 138.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 90 | 172 | 0 | 0.59 | 0.23 | 0.13 | 322.73 | 0.67 | 0.61 |
| Hex | DE | 5A | AC | 0 | 3B | 17 | D | 143 | 43 | 3D |
| Octal | 336 | 132 | 254 | 0 | 73 | 27 | 15 | 503 | 103 | 75 |
| Binary | 11011110 | 1011010 | 10101100 | 0 | 111011 | 10111 | 1101 | 101000011 | 1000011 | 111101 |
Color Harmonies of #DE5AAC
Complementary color
Monochromatic Colors of #DE5AAC
Black with #DE5AAC
Text Example
Text Example
White with #DE5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5AAC; }
p { color: rgb(222,90,172); }
H1.HeaderClassName
{
color: #DE5AAC;
}
.AnyTagClassName
{
color: #DE5AAC;
}
</style>
background-color css
<style>
a { background-color: #DE5AAC; }
a { background-color: rgb(222,90,172); }
div.DivClassName
{
background-color: #DE5AAC;
}
.BgClassName
{
background-color: #DE5AAC;
}
</style>
border-color css
<style>
span { border-color: #DE5AAC; }
span { border-color: rgb(222,90,172); }
td.TdClassName
{
border-color: #DE5AAC;
}
.TagClassName
{
border-color: #DE5AAC;
}
</style>