Shades of Cerise #D5236B
Tints of Cerise #D5236B
RGB
CMYK
RGB Variations
Color information
#D5236B (or 0xD5236B) is known color: Cerise. HEX triplet: D5, 23 and 6B. RGB value is (213,35,107). Sum of RGB (Red+Green+Blue) = 213+35+107=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5236B is #2ADC94. Grayscale: #606060. Windows color (decimal): -2808981 or 7021525. OLE color: 7021525.
HSL color Cylindrical-coordinate representation of color #D5236B: hue angle of 335.73º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5236B is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 107 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.16 |
| HSL | 335.73º | 0.72% | 0.49% | - |
| HSV(B) | 335.73º | 0.84% | 0.84% | - |
| XYZ | 30.7 | 16.41 | 15.46 | - |
| YUV | 96.43 | 133.97 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 107 | 0 | 0.84 | 0.50 | 0.16 | 335.73 | 0.72 | 0.49 |
| Hex | D5 | 23 | 6B | 0 | 54 | 32 | 10 | 150 | 48 | 31 |
| Octal | 325 | 43 | 153 | 0 | 124 | 62 | 20 | 520 | 110 | 61 |
| Binary | 11010101 | 100011 | 1101011 | 0 | 1010100 | 110010 | 10000 | 101010000 | 1001000 | 110001 |
Color Harmonies of #D5236B
Complementary color
Monochromatic Colors of #D5236B
Black with #D5236B
Text Example
Text Example
White with #D5236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5236B; }
p { color: rgb(213,35,107); }
H1.HeaderClassName
{
color: #D5236B;
}
.AnyTagClassName
{
color: #D5236B;
}
</style>
background-color css
<style>
a { background-color: #D5236B; }
a { background-color: rgb(213,35,107); }
div.DivClassName
{
background-color: #D5236B;
}
.BgClassName
{
background-color: #D5236B;
}
</style>
border-color css
<style>
span { border-color: #D5236B; }
span { border-color: rgb(213,35,107); }
td.TdClassName
{
border-color: #D5236B;
}
.TagClassName
{
border-color: #D5236B;
}
</style>