Shades of Deep Cerise #D2348C
Tints of Deep Cerise #D2348C
RGB
CMYK
RGB Variations
Color information
#D2348C (or 0xD2348C) is known color: Deep Cerise. HEX triplet: D2, 34 and 8C. RGB value is (210,52,140). Sum of RGB (Red+Green+Blue) = 210+52+140=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2348C is #2DCB73. Grayscale: #6D6D6D. Windows color (decimal): -3001204 or 9188562. OLE color: 9188562.
HSL color Cylindrical-coordinate representation of color #D2348C: hue angle of 326.58º 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 #D2348C is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 140 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.18 |
| HSL | 326.58º | 0.64% | 0.51% | - |
| HSV(B) | 326.58º | 0.75% | 0.82% | - |
| XYZ | 32.54 | 18.05 | 26.58 | - |
| YUV | 109.27 | 145.35 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 140 | 0 | 0.75 | 0.33 | 0.18 | 326.58 | 0.64 | 0.51 |
| Hex | D2 | 34 | 8C | 0 | 4B | 21 | 12 | 147 | 40 | 33 |
| Octal | 322 | 64 | 214 | 0 | 113 | 41 | 22 | 507 | 100 | 63 |
| Binary | 11010010 | 110100 | 10001100 | 0 | 1001011 | 100001 | 10010 | 101000111 | 1000000 | 110011 |
Color Harmonies of #D2348C
Complementary color
Monochromatic Colors of #D2348C
Black with #D2348C
Text Example
Text Example
White with #D2348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2348C; }
p { color: rgb(210,52,140); }
H1.HeaderClassName
{
color: #D2348C;
}
.AnyTagClassName
{
color: #D2348C;
}
</style>
background-color css
<style>
a { background-color: #D2348C; }
a { background-color: rgb(210,52,140); }
div.DivClassName
{
background-color: #D2348C;
}
.BgClassName
{
background-color: #D2348C;
}
</style>
border-color css
<style>
span { border-color: #D2348C; }
span { border-color: rgb(210,52,140); }
td.TdClassName
{
border-color: #D2348C;
}
.TagClassName
{
border-color: #D2348C;
}
</style>