Shades of Cerise #D2346C
Tints of Cerise #D2346C
RGB
CMYK
RGB Variations
Color information
#D2346C (or 0xD2346C) is known color: Cerise. HEX triplet: D2, 34 and 6C. RGB value is (210,52,108). Sum of RGB (Red+Green+Blue) = 210+52+108=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2346C is #2DCB93. Grayscale: #696969. Windows color (decimal): -3001236 or 7091410. OLE color: 7091410.
HSL color Cylindrical-coordinate representation of color #D2346C: hue angle of 338.73º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2346C is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 108 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.18 |
| HSL | 338.73º | 0.64% | 0.51% | - |
| HSV(B) | 338.73º | 0.75% | 0.82% | - |
| XYZ | 30.51 | 17.24 | 15.91 | - |
| YUV | 105.63 | 129.35 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 108 | 0 | 0.75 | 0.49 | 0.18 | 338.73 | 0.64 | 0.51 |
| Hex | D2 | 34 | 6C | 0 | 4B | 31 | 12 | 153 | 40 | 33 |
| Octal | 322 | 64 | 154 | 0 | 113 | 61 | 22 | 523 | 100 | 63 |
| Binary | 11010010 | 110100 | 1101100 | 0 | 1001011 | 110001 | 10010 | 101010011 | 1000000 | 110011 |
Color Harmonies of #D2346C
Complementary color
Monochromatic Colors of #D2346C
Black with #D2346C
Text Example
Text Example
White with #D2346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2346C; }
p { color: rgb(210,52,108); }
H1.HeaderClassName
{
color: #D2346C;
}
.AnyTagClassName
{
color: #D2346C;
}
</style>
background-color css
<style>
a { background-color: #D2346C; }
a { background-color: rgb(210,52,108); }
div.DivClassName
{
background-color: #D2346C;
}
.BgClassName
{
background-color: #D2346C;
}
</style>
border-color css
<style>
span { border-color: #D2346C; }
span { border-color: rgb(210,52,108); }
td.TdClassName
{
border-color: #D2346C;
}
.TagClassName
{
border-color: #D2346C;
}
</style>