Shades of Brilliant Rose #DE5AA6
Tints of Brilliant Rose #DE5AA6
RGB
CMYK
RGB Variations
Color information
#DE5AA6 (or 0xDE5AA6) is known color: Brilliant Rose. HEX triplet: DE, 5A and A6. RGB value is (222,90,166). Sum of RGB (Red+Green+Blue) = 222+90+166=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5AA6 is #21A559. Grayscale: #898989. Windows color (decimal): -2205018 or 10902238. OLE color: 10902238.
HSL color Cylindrical-coordinate representation of color #DE5AA6: hue angle of 325.45º 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 #DE5AA6 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 90 | 166 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.13 |
| HSL | 325.45º | 0.67% | 0.61% | - |
| HSV(B) | 325.45º | 0.59% | 0.87% | - |
| XYZ | 40.66 | 25.6 | 38.87 | - |
| YUV | 138.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 90 | 166 | 0 | 0.59 | 0.25 | 0.13 | 325.45 | 0.67 | 0.61 |
| Hex | DE | 5A | A6 | 0 | 3B | 19 | D | 145 | 43 | 3D |
| Octal | 336 | 132 | 246 | 0 | 73 | 31 | 15 | 505 | 103 | 75 |
| Binary | 11011110 | 1011010 | 10100110 | 0 | 111011 | 11001 | 1101 | 101000101 | 1000011 | 111101 |
Color Harmonies of #DE5AA6
Complementary color
Monochromatic Colors of #DE5AA6
Black with #DE5AA6
Text Example
Text Example
White with #DE5AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5AA6; }
p { color: rgb(222,90,166); }
H1.HeaderClassName
{
color: #DE5AA6;
}
.AnyTagClassName
{
color: #DE5AA6;
}
</style>
background-color css
<style>
a { background-color: #DE5AA6; }
a { background-color: rgb(222,90,166); }
div.DivClassName
{
background-color: #DE5AA6;
}
.BgClassName
{
background-color: #DE5AA6;
}
</style>
border-color css
<style>
span { border-color: #DE5AA6; }
span { border-color: rgb(222,90,166); }
td.TdClassName
{
border-color: #DE5AA6;
}
.TagClassName
{
border-color: #DE5AA6;
}
</style>