Shades of Cerise #DF316B
Tints of Cerise #DF316B
RGB
CMYK
RGB Variations
Color information
#DF316B (or 0xDF316B) is known color: Cerise. HEX triplet: DF, 31 and 6B. RGB value is (223,49,107). Sum of RGB (Red+Green+Blue) = 223+49+107=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF316B is #20CE94. Grayscale: #6B6B6B. Windows color (decimal): -2150037 or 7025119. OLE color: 7025119.
HSL color Cylindrical-coordinate representation of color #DF316B: hue angle of 340º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF316B is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 107 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.13 |
| HSL | 340º | 0.73% | 0.53% | - |
| HSV(B) | 340º | 0.78% | 0.87% | - |
| XYZ | 34.18 | 18.95 | 15.77 | - |
| YUV | 107.64 | 127.65 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 107 | 0 | 0.78 | 0.52 | 0.13 | 340 | 0.73 | 0.53 |
| Hex | DF | 31 | 6B | 0 | 4E | 34 | D | 154 | 49 | 35 |
| Octal | 337 | 61 | 153 | 0 | 116 | 64 | 15 | 524 | 111 | 65 |
| Binary | 11011111 | 110001 | 1101011 | 0 | 1001110 | 110100 | 1101 | 101010100 | 1001001 | 110101 |
Color Harmonies of #DF316B
Complementary color
Monochromatic Colors of #DF316B
Black with #DF316B
Text Example
Text Example
White with #DF316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF316B; }
p { color: rgb(223,49,107); }
H1.HeaderClassName
{
color: #DF316B;
}
.AnyTagClassName
{
color: #DF316B;
}
</style>
background-color css
<style>
a { background-color: #DF316B; }
a { background-color: rgb(223,49,107); }
div.DivClassName
{
background-color: #DF316B;
}
.BgClassName
{
background-color: #DF316B;
}
</style>
border-color css
<style>
span { border-color: #DF316B; }
span { border-color: rgb(223,49,107); }
td.TdClassName
{
border-color: #DF316B;
}
.TagClassName
{
border-color: #DF316B;
}
</style>