Shades of Deep Cerise #D2298B
Tints of Deep Cerise #D2298B
RGB
CMYK
RGB Variations
Color information
#D2298B (or 0xD2298B) is known color: Deep Cerise. HEX triplet: D2, 29 and 8B. RGB value is (210,41,139). Sum of RGB (Red+Green+Blue) = 210+41+139=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D2298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2298B is #2DD674. Grayscale: #666666. Windows color (decimal): -3004021 or 9120210. OLE color: 9120210.
HSL color Cylindrical-coordinate representation of color #D2298B: hue angle of 325.21º 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 #D2298B is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 139 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.18 |
| HSL | 325.21º | 0.67% | 0.49% | - |
| HSV(B) | 325.21º | 0.8% | 0.82% | - |
| XYZ | 32.03 | 17.15 | 26.05 | - |
| YUV | 102.7 | 148.49 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 139 | 0 | 0.80 | 0.34 | 0.18 | 325.21 | 0.67 | 0.49 |
| Hex | D2 | 29 | 8B | 0 | 50 | 22 | 12 | 145 | 43 | 31 |
| Octal | 322 | 51 | 213 | 0 | 120 | 42 | 22 | 505 | 103 | 61 |
| Binary | 11010010 | 101001 | 10001011 | 0 | 1010000 | 100010 | 10010 | 101000101 | 1000011 | 110001 |
Color Harmonies of #D2298B
Complementary color
Monochromatic Colors of #D2298B
Black with #D2298B
Text Example
Text Example
White with #D2298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2298B; }
p { color: rgb(210,41,139); }
H1.HeaderClassName
{
color: #D2298B;
}
.AnyTagClassName
{
color: #D2298B;
}
</style>
background-color css
<style>
a { background-color: #D2298B; }
a { background-color: rgb(210,41,139); }
div.DivClassName
{
background-color: #D2298B;
}
.BgClassName
{
background-color: #D2298B;
}
</style>
border-color css
<style>
span { border-color: #D2298B; }
span { border-color: rgb(210,41,139); }
td.TdClassName
{
border-color: #D2298B;
}
.TagClassName
{
border-color: #D2298B;
}
</style>