Shades of Deep Cerise #D2348A
Tints of Deep Cerise #D2348A
RGB
CMYK
RGB Variations
Color information
#D2348A (or 0xD2348A) is known color: Deep Cerise. HEX triplet: D2, 34 and 8A. RGB value is (210,52,138). Sum of RGB (Red+Green+Blue) = 210+52+138=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2348A is #2DCB75. Grayscale: #6C6C6C. Windows color (decimal): -3001206 or 9057490. OLE color: 9057490.
HSL color Cylindrical-coordinate representation of color #D2348A: hue angle of 327.34º 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 #D2348A is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 138 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.18 |
| HSL | 327.34º | 0.64% | 0.51% | - |
| HSV(B) | 327.34º | 0.75% | 0.82% | - |
| XYZ | 32.39 | 17.99 | 25.81 | - |
| YUV | 109.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 138 | 0 | 0.75 | 0.34 | 0.18 | 327.34 | 0.64 | 0.51 |
| Hex | D2 | 34 | 8A | 0 | 4B | 22 | 12 | 147 | 40 | 33 |
| Octal | 322 | 64 | 212 | 0 | 113 | 42 | 22 | 507 | 100 | 63 |
| Binary | 11010010 | 110100 | 10001010 | 0 | 1001011 | 100010 | 10010 | 101000111 | 1000000 | 110011 |
Color Harmonies of #D2348A
Complementary color
Monochromatic Colors of #D2348A
Black with #D2348A
Text Example
Text Example
White with #D2348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2348A; }
p { color: rgb(210,52,138); }
H1.HeaderClassName
{
color: #D2348A;
}
.AnyTagClassName
{
color: #D2348A;
}
</style>
background-color css
<style>
a { background-color: #D2348A; }
a { background-color: rgb(210,52,138); }
div.DivClassName
{
background-color: #D2348A;
}
.BgClassName
{
background-color: #D2348A;
}
</style>
border-color css
<style>
span { border-color: #D2348A; }
span { border-color: rgb(210,52,138); }
td.TdClassName
{
border-color: #D2348A;
}
.TagClassName
{
border-color: #D2348A;
}
</style>