Shades of Cerise #DF3C6B
Tints of Cerise #DF3C6B
RGB
CMYK
RGB Variations
Color information
#DF3C6B (or 0xDF3C6B) is known color: Cerise. HEX triplet: DF, 3C and 6B. RGB value is (223,60,107). Sum of RGB (Red+Green+Blue) = 223+60+107=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3C6B is #20C394. Grayscale: #727272. Windows color (decimal): -2147221 or 7027935. OLE color: 7027935.
HSL color Cylindrical-coordinate representation of color #DF3C6B: hue angle of 342.7º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3C6B is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 107 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.13 |
| HSL | 342.7º | 0.72% | 0.55% | - |
| HSV(B) | 342.7º | 0.73% | 0.87% | - |
| XYZ | 34.7 | 19.98 | 15.94 | - |
| YUV | 114.1 | 124 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 107 | 0 | 0.73 | 0.52 | 0.13 | 342.7 | 0.72 | 0.55 |
| Hex | DF | 3C | 6B | 0 | 49 | 34 | D | 157 | 48 | 37 |
| Octal | 337 | 74 | 153 | 0 | 111 | 64 | 15 | 527 | 110 | 67 |
| Binary | 11011111 | 111100 | 1101011 | 0 | 1001001 | 110100 | 1101 | 101010111 | 1001000 | 110111 |
Color Harmonies of #DF3C6B
Complementary color
Monochromatic Colors of #DF3C6B
Black with #DF3C6B
Text Example
Text Example
White with #DF3C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C6B; }
p { color: rgb(223,60,107); }
H1.HeaderClassName
{
color: #DF3C6B;
}
.AnyTagClassName
{
color: #DF3C6B;
}
</style>
background-color css
<style>
a { background-color: #DF3C6B; }
a { background-color: rgb(223,60,107); }
div.DivClassName
{
background-color: #DF3C6B;
}
.BgClassName
{
background-color: #DF3C6B;
}
</style>
border-color css
<style>
span { border-color: #DF3C6B; }
span { border-color: rgb(223,60,107); }
td.TdClassName
{
border-color: #DF3C6B;
}
.TagClassName
{
border-color: #DF3C6B;
}
</style>