Shades of Deep Cerise #D2349A
Tints of Deep Cerise #D2349A
RGB
CMYK
RGB Variations
Color information
#D2349A (or 0xD2349A) is known color: Deep Cerise. HEX triplet: D2, 34 and 9A. RGB value is (210,52,154). Sum of RGB (Red+Green+Blue) = 210+52+154=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2349A is #2DCB65. Grayscale: #6E6E6E. Windows color (decimal): -3001190 or 10106066. OLE color: 10106066.
HSL color Cylindrical-coordinate representation of color #D2349A: hue angle of 321.27º 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 #D2349A is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 154 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.18 |
| HSL | 321.27º | 0.64% | 0.51% | - |
| HSV(B) | 321.27º | 0.75% | 0.82% | - |
| XYZ | 33.64 | 18.49 | 32.37 | - |
| YUV | 110.87 | 152.35 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 154 | 0 | 0.75 | 0.27 | 0.18 | 321.27 | 0.64 | 0.51 |
| Hex | D2 | 34 | 9A | 0 | 4B | 1B | 12 | 141 | 40 | 33 |
| Octal | 322 | 64 | 232 | 0 | 113 | 33 | 22 | 501 | 100 | 63 |
| Binary | 11010010 | 110100 | 10011010 | 0 | 1001011 | 11011 | 10010 | 101000001 | 1000000 | 110011 |
Color Harmonies of #D2349A
Complementary color
Monochromatic Colors of #D2349A
Black with #D2349A
Text Example
Text Example
White with #D2349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2349A; }
p { color: rgb(210,52,154); }
H1.HeaderClassName
{
color: #D2349A;
}
.AnyTagClassName
{
color: #D2349A;
}
</style>
background-color css
<style>
a { background-color: #D2349A; }
a { background-color: rgb(210,52,154); }
div.DivClassName
{
background-color: #D2349A;
}
.BgClassName
{
background-color: #D2349A;
}
</style>
border-color css
<style>
span { border-color: #D2349A; }
span { border-color: rgb(210,52,154); }
td.TdClassName
{
border-color: #D2349A;
}
.TagClassName
{
border-color: #D2349A;
}
</style>