Shades of Deep Cerise #D23289
Tints of Deep Cerise #D23289
RGB
CMYK
RGB Variations
Color information
#D23289 (or 0xD23289) is known color: Deep Cerise. HEX triplet: D2, 32 and 89. RGB value is (210,50,137). Sum of RGB (Red+Green+Blue) = 210+50+137=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D23289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23289 is #2DCD76. Grayscale: #6B6B6B. Windows color (decimal): -3001719 or 8991442. OLE color: 8991442.
HSL color Cylindrical-coordinate representation of color #D23289: hue angle of 327.38º 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 #D23289 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 137 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.18 |
| HSL | 327.38º | 0.64% | 0.51% | - |
| HSV(B) | 327.38º | 0.76% | 0.82% | - |
| XYZ | 32.23 | 17.79 | 25.4 | - |
| YUV | 107.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 137 | 0 | 0.76 | 0.35 | 0.18 | 327.38 | 0.64 | 0.51 |
| Hex | D2 | 32 | 89 | 0 | 4C | 23 | 12 | 147 | 40 | 33 |
| Octal | 322 | 62 | 211 | 0 | 114 | 43 | 22 | 507 | 100 | 63 |
| Binary | 11010010 | 110010 | 10001001 | 0 | 1001100 | 100011 | 10010 | 101000111 | 1000000 | 110011 |
Color Harmonies of #D23289
Complementary color
Monochromatic Colors of #D23289
Black with #D23289
Text Example
Text Example
White with #D23289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23289; }
p { color: rgb(210,50,137); }
H1.HeaderClassName
{
color: #D23289;
}
.AnyTagClassName
{
color: #D23289;
}
</style>
background-color css
<style>
a { background-color: #D23289; }
a { background-color: rgb(210,50,137); }
div.DivClassName
{
background-color: #D23289;
}
.BgClassName
{
background-color: #D23289;
}
</style>
border-color css
<style>
span { border-color: #D23289; }
span { border-color: rgb(210,50,137); }
td.TdClassName
{
border-color: #D23289;
}
.TagClassName
{
border-color: #D23289;
}
</style>