Shades of Deep Cerise #D2337A
Tints of Deep Cerise #D2337A
RGB
CMYK
RGB Variations
Color information
#D2337A (or 0xD2337A) is known color: Deep Cerise. HEX triplet: D2, 33 and 7A. RGB value is (210,51,122). Sum of RGB (Red+Green+Blue) = 210+51+122=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2337A is #2DCC85. Grayscale: #6A6A6A. Windows color (decimal): -3001478 or 8008658. OLE color: 8008658.
HSL color Cylindrical-coordinate representation of color #D2337A: hue angle of 333.21º 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 #D2337A is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 122 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.18 |
| HSL | 333.21º | 0.64% | 0.51% | - |
| HSV(B) | 333.21º | 0.76% | 0.82% | - |
| XYZ | 31.28 | 17.47 | 20.14 | - |
| YUV | 106.64 | 136.68 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 122 | 0 | 0.76 | 0.42 | 0.18 | 333.21 | 0.64 | 0.51 |
| Hex | D2 | 33 | 7A | 0 | 4C | 2A | 12 | 14D | 40 | 33 |
| Octal | 322 | 63 | 172 | 0 | 114 | 52 | 22 | 515 | 100 | 63 |
| Binary | 11010010 | 110011 | 1111010 | 0 | 1001100 | 101010 | 10010 | 101001101 | 1000000 | 110011 |
Color Harmonies of #D2337A
Complementary color
Monochromatic Colors of #D2337A
Black with #D2337A
Text Example
Text Example
White with #D2337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2337A; }
p { color: rgb(210,51,122); }
H1.HeaderClassName
{
color: #D2337A;
}
.AnyTagClassName
{
color: #D2337A;
}
</style>
background-color css
<style>
a { background-color: #D2337A; }
a { background-color: rgb(210,51,122); }
div.DivClassName
{
background-color: #D2337A;
}
.BgClassName
{
background-color: #D2337A;
}
</style>
border-color css
<style>
span { border-color: #D2337A; }
span { border-color: rgb(210,51,122); }
td.TdClassName
{
border-color: #D2337A;
}
.TagClassName
{
border-color: #D2337A;
}
</style>