Shades of Cerise #DE256B
Tints of Cerise #DE256B
RGB
CMYK
RGB Variations
Color information
#DE256B (or 0xDE256B) is known color: Cerise. HEX triplet: DE, 25 and 6B. RGB value is (222,37,107). Sum of RGB (Red+Green+Blue) = 222+37+107=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE256B is #21DA94. Grayscale: #646464. Windows color (decimal): -2218645 or 7022046. OLE color: 7022046.
HSL color Cylindrical-coordinate representation of color #DE256B: hue angle of 337.3º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE256B is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 107 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.13 |
| HSL | 337.3º | 0.74% | 0.51% | - |
| HSV(B) | 337.3º | 0.83% | 0.87% | - |
| XYZ | 33.44 | 17.91 | 15.61 | - |
| YUV | 100.3 | 131.79 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 107 | 0 | 0.83 | 0.52 | 0.13 | 337.3 | 0.74 | 0.51 |
| Hex | DE | 25 | 6B | 0 | 53 | 34 | D | 151 | 4A | 33 |
| Octal | 336 | 45 | 153 | 0 | 123 | 64 | 15 | 521 | 112 | 63 |
| Binary | 11011110 | 100101 | 1101011 | 0 | 1010011 | 110100 | 1101 | 101010001 | 1001010 | 110011 |
Color Harmonies of #DE256B
Complementary color
Monochromatic Colors of #DE256B
Black with #DE256B
Text Example
Text Example
White with #DE256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE256B; }
p { color: rgb(222,37,107); }
H1.HeaderClassName
{
color: #DE256B;
}
.AnyTagClassName
{
color: #DE256B;
}
</style>
background-color css
<style>
a { background-color: #DE256B; }
a { background-color: rgb(222,37,107); }
div.DivClassName
{
background-color: #DE256B;
}
.BgClassName
{
background-color: #DE256B;
}
</style>
border-color css
<style>
span { border-color: #DE256B; }
span { border-color: rgb(222,37,107); }
td.TdClassName
{
border-color: #DE256B;
}
.TagClassName
{
border-color: #DE256B;
}
</style>