Shades of Deep Blush #DE6281
Tints of Deep Blush #DE6281
RGB
CMYK
RGB Variations
Color information
#DE6281 (or 0xDE6281) is known color: Deep Blush. HEX triplet: DE, 62 and 81. RGB value is (222,98,129). Sum of RGB (Red+Green+Blue) = 222+98+129=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6281 is #219D7E. Grayscale: #8A8A8A. Windows color (decimal): -2203007 or 8479454. OLE color: 8479454.
HSL color Cylindrical-coordinate representation of color #DE6281: hue angle of 345º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE6281 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 98 | 129 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.13 |
| HSL | 345º | 0.65% | 0.63% | - |
| HSV(B) | 345º | 0.56% | 0.87% | - |
| XYZ | 38.45 | 25.85 | 23.73 | - |
| YUV | 138.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 98 | 129 | 0 | 0.56 | 0.42 | 0.13 | 345 | 0.65 | 0.63 |
| Hex | DE | 62 | 81 | 0 | 38 | 2A | D | 159 | 41 | 3F |
| Octal | 336 | 142 | 201 | 0 | 70 | 52 | 15 | 531 | 101 | 77 |
| Binary | 11011110 | 1100010 | 10000001 | 0 | 111000 | 101010 | 1101 | 101011001 | 1000001 | 111111 |
Color Harmonies of #DE6281
Complementary color
Monochromatic Colors of #DE6281
Black with #DE6281
Text Example
Text Example
White with #DE6281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6281; }
p { color: rgb(222,98,129); }
H1.HeaderClassName
{
color: #DE6281;
}
.AnyTagClassName
{
color: #DE6281;
}
</style>
background-color css
<style>
a { background-color: #DE6281; }
a { background-color: rgb(222,98,129); }
div.DivClassName
{
background-color: #DE6281;
}
.BgClassName
{
background-color: #DE6281;
}
</style>
border-color css
<style>
span { border-color: #DE6281; }
span { border-color: rgb(222,98,129); }
td.TdClassName
{
border-color: #DE6281;
}
.TagClassName
{
border-color: #DE6281;
}
</style>