Shades of Deep Cerise #D2348B
Tints of Deep Cerise #D2348B
RGB
CMYK
RGB Variations
Color information
#D2348B (or 0xD2348B) is known color: Deep Cerise. HEX triplet: D2, 34 and 8B. RGB value is (210,52,139). Sum of RGB (Red+Green+Blue) = 210+52+139=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2348B is #2DCB74. Grayscale: #6C6C6C. Windows color (decimal): -3001205 or 9123026. OLE color: 9123026.
HSL color Cylindrical-coordinate representation of color #D2348B: hue angle of 326.96º 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 #D2348B is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 139 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.18 |
| HSL | 326.96º | 0.64% | 0.51% | - |
| HSV(B) | 326.96º | 0.75% | 0.82% | - |
| XYZ | 32.47 | 18.02 | 26.19 | - |
| YUV | 109.16 | 144.85 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 139 | 0 | 0.75 | 0.34 | 0.18 | 326.96 | 0.64 | 0.51 |
| Hex | D2 | 34 | 8B | 0 | 4B | 22 | 12 | 147 | 40 | 33 |
| Octal | 322 | 64 | 213 | 0 | 113 | 42 | 22 | 507 | 100 | 63 |
| Binary | 11010010 | 110100 | 10001011 | 0 | 1001011 | 100010 | 10010 | 101000111 | 1000000 | 110011 |
Color Harmonies of #D2348B
Complementary color
Monochromatic Colors of #D2348B
Black with #D2348B
Text Example
Text Example
White with #D2348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2348B; }
p { color: rgb(210,52,139); }
H1.HeaderClassName
{
color: #D2348B;
}
.AnyTagClassName
{
color: #D2348B;
}
</style>
background-color css
<style>
a { background-color: #D2348B; }
a { background-color: rgb(210,52,139); }
div.DivClassName
{
background-color: #D2348B;
}
.BgClassName
{
background-color: #D2348B;
}
</style>
border-color css
<style>
span { border-color: #D2348B; }
span { border-color: rgb(210,52,139); }
td.TdClassName
{
border-color: #D2348B;
}
.TagClassName
{
border-color: #D2348B;
}
</style>