Shades of Deep Cerise #D2297A
Tints of Deep Cerise #D2297A
RGB
CMYK
RGB Variations
Color information
#D2297A (or 0xD2297A) is known color: Deep Cerise. HEX triplet: D2, 29 and 7A. RGB value is (210,41,122). Sum of RGB (Red+Green+Blue) = 210+41+122=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2297A is #2DD685. Grayscale: #646464. Windows color (decimal): -3004038 or 8006098. OLE color: 8006098.
HSL color Cylindrical-coordinate representation of color #D2297A: hue angle of 331.24º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2297A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 122 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.18 |
| HSL | 331.24º | 0.67% | 0.49% | - |
| HSV(B) | 331.24º | 0.8% | 0.82% | - |
| XYZ | 30.88 | 16.69 | 20.01 | - |
| YUV | 100.77 | 139.99 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 122 | 0 | 0.80 | 0.42 | 0.18 | 331.24 | 0.67 | 0.49 |
| Hex | D2 | 29 | 7A | 0 | 50 | 2A | 12 | 14B | 43 | 31 |
| Octal | 322 | 51 | 172 | 0 | 120 | 52 | 22 | 513 | 103 | 61 |
| Binary | 11010010 | 101001 | 1111010 | 0 | 1010000 | 101010 | 10010 | 101001011 | 1000011 | 110001 |
Color Harmonies of #D2297A
Complementary color
Monochromatic Colors of #D2297A
Black with #D2297A
Text Example
Text Example
White with #D2297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2297A; }
p { color: rgb(210,41,122); }
H1.HeaderClassName
{
color: #D2297A;
}
.AnyTagClassName
{
color: #D2297A;
}
</style>
background-color css
<style>
a { background-color: #D2297A; }
a { background-color: rgb(210,41,122); }
div.DivClassName
{
background-color: #D2297A;
}
.BgClassName
{
background-color: #D2297A;
}
</style>
border-color css
<style>
span { border-color: #D2297A; }
span { border-color: rgb(210,41,122); }
td.TdClassName
{
border-color: #D2297A;
}
.TagClassName
{
border-color: #D2297A;
}
</style>