Shades of Cerise #DF236B
Tints of Cerise #DF236B
RGB
CMYK
RGB Variations
Color information
#DF236B (or 0xDF236B) is known color: Cerise. HEX triplet: DF, 23 and 6B. RGB value is (223,35,107). Sum of RGB (Red+Green+Blue) = 223+35+107=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF236B is #20DC94. Grayscale: #636363. Windows color (decimal): -2153621 or 7021535. OLE color: 7021535.
HSL color Cylindrical-coordinate representation of color #DF236B: hue angle of 337.02º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF236B is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 107 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.13 |
| HSL | 337.02º | 0.75% | 0.51% | - |
| HSV(B) | 337.02º | 0.84% | 0.87% | - |
| XYZ | 33.69 | 17.95 | 15.6 | - |
| YUV | 99.42 | 132.28 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 107 | 0 | 0.84 | 0.52 | 0.13 | 337.02 | 0.75 | 0.51 |
| Hex | DF | 23 | 6B | 0 | 54 | 34 | D | 151 | 4B | 33 |
| Octal | 337 | 43 | 153 | 0 | 124 | 64 | 15 | 521 | 113 | 63 |
| Binary | 11011111 | 100011 | 1101011 | 0 | 1010100 | 110100 | 1101 | 101010001 | 1001011 | 110011 |
Color Harmonies of #DF236B
Complementary color
Monochromatic Colors of #DF236B
Black with #DF236B
Text Example
Text Example
White with #DF236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF236B; }
p { color: rgb(223,35,107); }
H1.HeaderClassName
{
color: #DF236B;
}
.AnyTagClassName
{
color: #DF236B;
}
</style>
background-color css
<style>
a { background-color: #DF236B; }
a { background-color: rgb(223,35,107); }
div.DivClassName
{
background-color: #DF236B;
}
.BgClassName
{
background-color: #DF236B;
}
</style>
border-color css
<style>
span { border-color: #DF236B; }
span { border-color: rgb(223,35,107); }
td.TdClassName
{
border-color: #DF236B;
}
.TagClassName
{
border-color: #DF236B;
}
</style>