Shades of Cerise #DE3065
Tints of Cerise #DE3065
RGB
CMYK
RGB Variations
Color information
#DE3065 (or 0xDE3065) is known color: Cerise. HEX triplet: DE, 30 and 65. RGB value is (222,48,101). Sum of RGB (Red+Green+Blue) = 222+48+101=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3065 is #21CF9A. Grayscale: #6A6A6A. Windows color (decimal): -2215835 or 6631646. OLE color: 6631646.
HSL color Cylindrical-coordinate representation of color #DE3065: hue angle of 341.72º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE3065 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 48 | 101 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.13 |
| HSL | 341.72º | 0.73% | 0.53% | - |
| HSV(B) | 341.72º | 0.78% | 0.87% | - |
| XYZ | 33.53 | 18.58 | 14.13 | - |
| YUV | 106.07 | 125.15 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 48 | 101 | 0 | 0.78 | 0.55 | 0.13 | 341.72 | 0.73 | 0.53 |
| Hex | DE | 30 | 65 | 0 | 4E | 37 | D | 156 | 48 | 35 |
| Octal | 336 | 60 | 145 | 0 | 116 | 67 | 15 | 526 | 110 | 65 |
| Binary | 11011110 | 110000 | 1100101 | 0 | 1001110 | 110111 | 1101 | 101010110 | 1001000 | 110101 |
Color Harmonies of #DE3065
Complementary color
Monochromatic Colors of #DE3065
Black with #DE3065
Text Example
Text Example
White with #DE3065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3065; }
p { color: rgb(222,48,101); }
H1.HeaderClassName
{
color: #DE3065;
}
.AnyTagClassName
{
color: #DE3065;
}
</style>
background-color css
<style>
a { background-color: #DE3065; }
a { background-color: rgb(222,48,101); }
div.DivClassName
{
background-color: #DE3065;
}
.BgClassName
{
background-color: #DE3065;
}
</style>
border-color css
<style>
span { border-color: #DE3065; }
span { border-color: rgb(222,48,101); }
td.TdClassName
{
border-color: #DE3065;
}
.TagClassName
{
border-color: #DE3065;
}
</style>