Shades of Cerise #DC236B
Tints of Cerise #DC236B
RGB
CMYK
RGB Variations
Color information
#DC236B (or 0xDC236B) is known color: Cerise. HEX triplet: DC, 23 and 6B. RGB value is (220,35,107). Sum of RGB (Red+Green+Blue) = 220+35+107=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC236B is #23DC94. Grayscale: #626262. Windows color (decimal): -2350229 or 7021532. OLE color: 7021532.
HSL color Cylindrical-coordinate representation of color #DC236B: hue angle of 336.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC236B is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 107 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.14 |
| HSL | 336.65º | 0.73% | 0.5% | - |
| HSV(B) | 336.65º | 0.84% | 0.86% | - |
| XYZ | 32.77 | 17.48 | 15.56 | - |
| YUV | 98.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 107 | 0 | 0.84 | 0.51 | 0.14 | 336.65 | 0.73 | 0.5 |
| Hex | DC | 23 | 6B | 0 | 54 | 33 | E | 151 | 49 | 32 |
| Octal | 334 | 43 | 153 | 0 | 124 | 63 | 16 | 521 | 111 | 62 |
| Binary | 11011100 | 100011 | 1101011 | 0 | 1010100 | 110011 | 1110 | 101010001 | 1001001 | 110010 |
Color Harmonies of #DC236B
Complementary color
Monochromatic Colors of #DC236B
Black with #DC236B
Text Example
Text Example
White with #DC236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC236B; }
p { color: rgb(220,35,107); }
H1.HeaderClassName
{
color: #DC236B;
}
.AnyTagClassName
{
color: #DC236B;
}
</style>
background-color css
<style>
a { background-color: #DC236B; }
a { background-color: rgb(220,35,107); }
div.DivClassName
{
background-color: #DC236B;
}
.BgClassName
{
background-color: #DC236B;
}
</style>
border-color css
<style>
span { border-color: #DC236B; }
span { border-color: rgb(220,35,107); }
td.TdClassName
{
border-color: #DC236B;
}
.TagClassName
{
border-color: #DC236B;
}
</style>