Shades of Cerise #DF3B5D
Tints of Cerise #DF3B5D
RGB
CMYK
RGB Variations
Color information
#DF3B5D (or 0xDF3B5D) is known color: Cerise. HEX triplet: DF, 3B and 5D. RGB value is (223,59,93). Sum of RGB (Red+Green+Blue) = 223+59+93=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3B5D is #20C4A2. Grayscale: #6F6F6F. Windows color (decimal): -2147491 or 6110175. OLE color: 6110175.
HSL color Cylindrical-coordinate representation of color #DF3B5D: hue angle of 347.56º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3B5D is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 93 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.13 |
| HSL | 347.56º | 0.72% | 0.55% | - |
| HSV(B) | 347.56º | 0.74% | 0.87% | - |
| XYZ | 33.97 | 19.61 | 12.35 | - |
| YUV | 111.91 | 117.33 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 93 | 0 | 0.74 | 0.58 | 0.13 | 347.56 | 0.72 | 0.55 |
| Hex | DF | 3B | 5D | 0 | 4A | 3A | D | 15C | 48 | 37 |
| Octal | 337 | 73 | 135 | 0 | 112 | 72 | 15 | 534 | 110 | 67 |
| Binary | 11011111 | 111011 | 1011101 | 0 | 1001010 | 111010 | 1101 | 101011100 | 1001000 | 110111 |
Color Harmonies of #DF3B5D
Complementary color
Monochromatic Colors of #DF3B5D
Black with #DF3B5D
Text Example
Text Example
White with #DF3B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B5D; }
p { color: rgb(223,59,93); }
H1.HeaderClassName
{
color: #DF3B5D;
}
.AnyTagClassName
{
color: #DF3B5D;
}
</style>
background-color css
<style>
a { background-color: #DF3B5D; }
a { background-color: rgb(223,59,93); }
div.DivClassName
{
background-color: #DF3B5D;
}
.BgClassName
{
background-color: #DF3B5D;
}
</style>
border-color css
<style>
span { border-color: #DF3B5D; }
span { border-color: rgb(223,59,93); }
td.TdClassName
{
border-color: #DF3B5D;
}
.TagClassName
{
border-color: #DF3B5D;
}
</style>