Shades of Cerise #DF376B
Tints of Cerise #DF376B
RGB
CMYK
RGB Variations
Color information
#DF376B (or 0xDF376B) is known color: Cerise. HEX triplet: DF, 37 and 6B. RGB value is (223,55,107). Sum of RGB (Red+Green+Blue) = 223+55+107=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF376B is #20C894. Grayscale: #6F6F6F. Windows color (decimal): -2148501 or 7026655. OLE color: 7026655.
HSL color Cylindrical-coordinate representation of color #DF376B: hue angle of 341.43º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF376B is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 107 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.13 |
| HSL | 341.43º | 0.72% | 0.55% | - |
| HSV(B) | 341.43º | 0.75% | 0.87% | - |
| XYZ | 34.45 | 19.48 | 15.85 | - |
| YUV | 111.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 107 | 0 | 0.75 | 0.52 | 0.13 | 341.43 | 0.72 | 0.55 |
| Hex | DF | 37 | 6B | 0 | 4B | 34 | D | 155 | 48 | 37 |
| Octal | 337 | 67 | 153 | 0 | 113 | 64 | 15 | 525 | 110 | 67 |
| Binary | 11011111 | 110111 | 1101011 | 0 | 1001011 | 110100 | 1101 | 101010101 | 1001000 | 110111 |
Color Harmonies of #DF376B
Complementary color
Monochromatic Colors of #DF376B
Black with #DF376B
Text Example
Text Example
White with #DF376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF376B; }
p { color: rgb(223,55,107); }
H1.HeaderClassName
{
color: #DF376B;
}
.AnyTagClassName
{
color: #DF376B;
}
</style>
background-color css
<style>
a { background-color: #DF376B; }
a { background-color: rgb(223,55,107); }
div.DivClassName
{
background-color: #DF376B;
}
.BgClassName
{
background-color: #DF376B;
}
</style>
border-color css
<style>
span { border-color: #DF376B; }
span { border-color: rgb(223,55,107); }
td.TdClassName
{
border-color: #DF376B;
}
.TagClassName
{
border-color: #DF376B;
}
</style>