Shades of Cerise #DF326B
Tints of Cerise #DF326B
RGB
CMYK
RGB Variations
Color information
#DF326B (or 0xDF326B) is known color: Cerise. HEX triplet: DF, 32 and 6B. RGB value is (223,50,107). Sum of RGB (Red+Green+Blue) = 223+50+107=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF326B is #20CD94. Grayscale: #6C6C6C. Windows color (decimal): -2149781 or 7025375. OLE color: 7025375.
HSL color Cylindrical-coordinate representation of color #DF326B: hue angle of 340.23º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF326B is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 107 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.13 |
| HSL | 340.23º | 0.73% | 0.54% | - |
| HSV(B) | 340.23º | 0.78% | 0.87% | - |
| XYZ | 34.23 | 19.03 | 15.78 | - |
| YUV | 108.23 | 127.31 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 107 | 0 | 0.78 | 0.52 | 0.13 | 340.23 | 0.73 | 0.54 |
| Hex | DF | 32 | 6B | 0 | 4E | 34 | D | 154 | 49 | 36 |
| Octal | 337 | 62 | 153 | 0 | 116 | 64 | 15 | 524 | 111 | 66 |
| Binary | 11011111 | 110010 | 1101011 | 0 | 1001110 | 110100 | 1101 | 101010100 | 1001001 | 110110 |
Color Harmonies of #DF326B
Complementary color
Monochromatic Colors of #DF326B
Black with #DF326B
Text Example
Text Example
White with #DF326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF326B; }
p { color: rgb(223,50,107); }
H1.HeaderClassName
{
color: #DF326B;
}
.AnyTagClassName
{
color: #DF326B;
}
</style>
background-color css
<style>
a { background-color: #DF326B; }
a { background-color: rgb(223,50,107); }
div.DivClassName
{
background-color: #DF326B;
}
.BgClassName
{
background-color: #DF326B;
}
</style>
border-color css
<style>
span { border-color: #DF326B; }
span { border-color: rgb(223,50,107); }
td.TdClassName
{
border-color: #DF326B;
}
.TagClassName
{
border-color: #DF326B;
}
</style>