Shades of Cerise #D2346B
Tints of Cerise #D2346B
RGB
CMYK
RGB Variations
Color information
#D2346B (or 0xD2346B) is known color: Cerise. HEX triplet: D2, 34 and 6B. RGB value is (210,52,107). Sum of RGB (Red+Green+Blue) = 210+52+107=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2346B is #2DCB94. Grayscale: #696969. Windows color (decimal): -3001237 or 7025874. OLE color: 7025874.
HSL color Cylindrical-coordinate representation of color #D2346B: hue angle of 339.11º 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 #D2346B is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 107 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.18 |
| HSL | 339.11º | 0.64% | 0.51% | - |
| HSV(B) | 339.11º | 0.75% | 0.82% | - |
| XYZ | 30.46 | 17.22 | 15.63 | - |
| YUV | 105.51 | 128.85 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 107 | 0 | 0.75 | 0.49 | 0.18 | 339.11 | 0.64 | 0.51 |
| Hex | D2 | 34 | 6B | 0 | 4B | 31 | 12 | 153 | 40 | 33 |
| Octal | 322 | 64 | 153 | 0 | 113 | 61 | 22 | 523 | 100 | 63 |
| Binary | 11010010 | 110100 | 1101011 | 0 | 1001011 | 110001 | 10010 | 101010011 | 1000000 | 110011 |
Color Harmonies of #D2346B
Complementary color
Monochromatic Colors of #D2346B
Black with #D2346B
Text Example
Text Example
White with #D2346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2346B; }
p { color: rgb(210,52,107); }
H1.HeaderClassName
{
color: #D2346B;
}
.AnyTagClassName
{
color: #D2346B;
}
</style>
background-color css
<style>
a { background-color: #D2346B; }
a { background-color: rgb(210,52,107); }
div.DivClassName
{
background-color: #D2346B;
}
.BgClassName
{
background-color: #D2346B;
}
</style>
border-color css
<style>
span { border-color: #D2346B; }
span { border-color: rgb(210,52,107); }
td.TdClassName
{
border-color: #D2346B;
}
.TagClassName
{
border-color: #D2346B;
}
</style>