Shades of Brilliant Rose #DE55A2
Tints of Brilliant Rose #DE55A2
RGB
CMYK
RGB Variations
Color information
#DE55A2 (or 0xDE55A2) is known color: Brilliant Rose. HEX triplet: DE, 55 and A2. RGB value is (222,85,162). Sum of RGB (Red+Green+Blue) = 222+85+162=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE55A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE55A2 is #21AA5D. Grayscale: #868686. Windows color (decimal): -2206302 or 10638814. OLE color: 10638814.
HSL color Cylindrical-coordinate representation of color #DE55A2: hue angle of 326.28º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE55A2 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 162 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.13 |
| HSL | 326.28º | 0.67% | 0.6% | - |
| HSV(B) | 326.28º | 0.62% | 0.87% | - |
| XYZ | 39.89 | 24.64 | 36.83 | - |
| YUV | 134.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 162 | 0 | 0.62 | 0.27 | 0.13 | 326.28 | 0.67 | 0.6 |
| Hex | DE | 55 | A2 | 0 | 3E | 1B | D | 146 | 43 | 3C |
| Octal | 336 | 125 | 242 | 0 | 76 | 33 | 15 | 506 | 103 | 74 |
| Binary | 11011110 | 1010101 | 10100010 | 0 | 111110 | 11011 | 1101 | 101000110 | 1000011 | 111100 |
Color Harmonies of #DE55A2
Complementary color
Monochromatic Colors of #DE55A2
Black with #DE55A2
Text Example
Text Example
White with #DE55A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE55A2; }
p { color: rgb(222,85,162); }
H1.HeaderClassName
{
color: #DE55A2;
}
.AnyTagClassName
{
color: #DE55A2;
}
</style>
background-color css
<style>
a { background-color: #DE55A2; }
a { background-color: rgb(222,85,162); }
div.DivClassName
{
background-color: #DE55A2;
}
.BgClassName
{
background-color: #DE55A2;
}
</style>
border-color css
<style>
span { border-color: #DE55A2; }
span { border-color: rgb(222,85,162); }
td.TdClassName
{
border-color: #DE55A2;
}
.TagClassName
{
border-color: #DE55A2;
}
</style>