Shades of Cerise #D2396C
Tints of Cerise #D2396C
RGB
CMYK
RGB Variations
Color information
#D2396C (or 0xD2396C) is known color: Cerise. HEX triplet: D2, 39 and 6C. RGB value is (210,57,108). Sum of RGB (Red+Green+Blue) = 210+57+108=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2396C is #2DC693. Grayscale: #6C6C6C. Windows color (decimal): -2999956 or 7092690. OLE color: 7092690.
HSL color Cylindrical-coordinate representation of color #D2396C: hue angle of 340º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2396C is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 108 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.18 |
| HSL | 340º | 0.63% | 0.52% | - |
| HSV(B) | 340º | 0.73% | 0.82% | - |
| XYZ | 30.75 | 17.71 | 15.99 | - |
| YUV | 108.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 108 | 0 | 0.73 | 0.49 | 0.18 | 340 | 0.63 | 0.52 |
| Hex | D2 | 39 | 6C | 0 | 49 | 31 | 12 | 154 | 3F | 34 |
| Octal | 322 | 71 | 154 | 0 | 111 | 61 | 22 | 524 | 77 | 64 |
| Binary | 11010010 | 111001 | 1101100 | 0 | 1001001 | 110001 | 10010 | 101010100 | 111111 | 110100 |
Color Harmonies of #D2396C
Complementary color
Monochromatic Colors of #D2396C
Black with #D2396C
Text Example
Text Example
White with #D2396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2396C; }
p { color: rgb(210,57,108); }
H1.HeaderClassName
{
color: #D2396C;
}
.AnyTagClassName
{
color: #D2396C;
}
</style>
background-color css
<style>
a { background-color: #D2396C; }
a { background-color: rgb(210,57,108); }
div.DivClassName
{
background-color: #D2396C;
}
.BgClassName
{
background-color: #D2396C;
}
</style>
border-color css
<style>
span { border-color: #D2396C; }
span { border-color: rgb(210,57,108); }
td.TdClassName
{
border-color: #D2396C;
}
.TagClassName
{
border-color: #D2396C;
}
</style>