Shades of Deep Cerise #D2389A
Tints of Deep Cerise #D2389A
RGB
CMYK
RGB Variations
Color information
#D2389A (or 0xD2389A) is known color: Deep Cerise. HEX triplet: D2, 38 and 9A. RGB value is (210,56,154). Sum of RGB (Red+Green+Blue) = 210+56+154=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2389A is #2DC765. Grayscale: #707070. Windows color (decimal): -3000166 or 10107090. OLE color: 10107090.
HSL color Cylindrical-coordinate representation of color #D2389A: hue angle of 321.82º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2389A is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 154 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.18 |
| HSL | 321.82º | 0.63% | 0.52% | - |
| HSV(B) | 321.82º | 0.73% | 0.82% | - |
| XYZ | 33.83 | 18.86 | 32.43 | - |
| YUV | 113.22 | 151.02 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 154 | 0 | 0.73 | 0.27 | 0.18 | 321.82 | 0.63 | 0.52 |
| Hex | D2 | 38 | 9A | 0 | 49 | 1B | 12 | 142 | 3F | 34 |
| Octal | 322 | 70 | 232 | 0 | 111 | 33 | 22 | 502 | 77 | 64 |
| Binary | 11010010 | 111000 | 10011010 | 0 | 1001001 | 11011 | 10010 | 101000010 | 111111 | 110100 |
Color Harmonies of #D2389A
Complementary color
Monochromatic Colors of #D2389A
Black with #D2389A
Text Example
Text Example
White with #D2389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2389A; }
p { color: rgb(210,56,154); }
H1.HeaderClassName
{
color: #D2389A;
}
.AnyTagClassName
{
color: #D2389A;
}
</style>
background-color css
<style>
a { background-color: #D2389A; }
a { background-color: rgb(210,56,154); }
div.DivClassName
{
background-color: #D2389A;
}
.BgClassName
{
background-color: #D2389A;
}
</style>
border-color css
<style>
span { border-color: #D2389A; }
span { border-color: rgb(210,56,154); }
td.TdClassName
{
border-color: #D2389A;
}
.TagClassName
{
border-color: #D2389A;
}
</style>