Shades of Deep Cerise #D2327B
Tints of Deep Cerise #D2327B
RGB
CMYK
RGB Variations
Color information
#D2327B (or 0xD2327B) is known color: Deep Cerise. HEX triplet: D2, 32 and 7B. RGB value is (210,50,123). Sum of RGB (Red+Green+Blue) = 210+50+123=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2327B is #2DCD84. Grayscale: #6A6A6A. Windows color (decimal): -3001733 or 8073938. OLE color: 8073938.
HSL color Cylindrical-coordinate representation of color #D2327B: hue angle of 332.62º 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 #D2327B is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 123 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.18 |
| HSL | 332.63º | 0.64% | 0.51% | - |
| HSV(B) | 332.63º | 0.76% | 0.82% | - |
| XYZ | 31.29 | 17.41 | 20.45 | - |
| YUV | 106.16 | 137.51 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 123 | 0 | 0.76 | 0.41 | 0.18 | 332.63 | 0.64 | 0.51 |
| Hex | D2 | 32 | 7B | 0 | 4C | 29 | 12 | 14D | 40 | 33 |
| Octal | 322 | 62 | 173 | 0 | 114 | 51 | 22 | 515 | 100 | 63 |
| Binary | 11010010 | 110010 | 1111011 | 0 | 1001100 | 101001 | 10010 | 101001101 | 1000000 | 110011 |
Color Harmonies of #D2327B
Complementary color
Monochromatic Colors of #D2327B
Black with #D2327B
Text Example
Text Example
White with #D2327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2327B; }
p { color: rgb(210,50,123); }
H1.HeaderClassName
{
color: #D2327B;
}
.AnyTagClassName
{
color: #D2327B;
}
</style>
background-color css
<style>
a { background-color: #D2327B; }
a { background-color: rgb(210,50,123); }
div.DivClassName
{
background-color: #D2327B;
}
.BgClassName
{
background-color: #D2327B;
}
</style>
border-color css
<style>
span { border-color: #D2327B; }
span { border-color: rgb(210,50,123); }
td.TdClassName
{
border-color: #D2327B;
}
.TagClassName
{
border-color: #D2327B;
}
</style>