Shades of Deep Cerise #D2327A
Tints of Deep Cerise #D2327A
RGB
CMYK
RGB Variations
Color information
#D2327A (or 0xD2327A) is known color: Deep Cerise. HEX triplet: D2, 32 and 7A. RGB value is (210,50,122). Sum of RGB (Red+Green+Blue) = 210+50+122=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D2327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2327A is #2DCD85. Grayscale: #696969. Windows color (decimal): -3001734 or 8008402. OLE color: 8008402.
HSL color Cylindrical-coordinate representation of color #D2327A: hue angle of 333º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2327A is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 122 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.18 |
| HSL | 333º | 0.64% | 0.51% | - |
| HSV(B) | 333º | 0.76% | 0.82% | - |
| XYZ | 31.23 | 17.39 | 20.12 | - |
| YUV | 106.05 | 137.01 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 122 | 0 | 0.76 | 0.42 | 0.18 | 333 | 0.64 | 0.51 |
| Hex | D2 | 32 | 7A | 0 | 4C | 2A | 12 | 14D | 40 | 33 |
| Octal | 322 | 62 | 172 | 0 | 114 | 52 | 22 | 515 | 100 | 63 |
| Binary | 11010010 | 110010 | 1111010 | 0 | 1001100 | 101010 | 10010 | 101001101 | 1000000 | 110011 |
Color Harmonies of #D2327A
Complementary color
Monochromatic Colors of #D2327A
Black with #D2327A
Text Example
Text Example
White with #D2327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2327A; }
p { color: rgb(210,50,122); }
H1.HeaderClassName
{
color: #D2327A;
}
.AnyTagClassName
{
color: #D2327A;
}
</style>
background-color css
<style>
a { background-color: #D2327A; }
a { background-color: rgb(210,50,122); }
div.DivClassName
{
background-color: #D2327A;
}
.BgClassName
{
background-color: #D2327A;
}
</style>
border-color css
<style>
span { border-color: #D2327A; }
span { border-color: rgb(210,50,122); }
td.TdClassName
{
border-color: #D2327A;
}
.TagClassName
{
border-color: #D2327A;
}
</style>