Shades of Deep Cerise #D23D88
Tints of Deep Cerise #D23D88
RGB
CMYK
RGB Variations
Color information
#D23D88 (or 0xD23D88) is known color: Deep Cerise. HEX triplet: D2, 3D and 88. RGB value is (210,61,136). Sum of RGB (Red+Green+Blue) = 210+61+136=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23D88 is #2DC277. Grayscale: #717171. Windows color (decimal): -2998904 or 8928722. OLE color: 8928722.
HSL color Cylindrical-coordinate representation of color #D23D88: hue angle of 329.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23D88 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 136 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.18 |
| HSL | 329.8º | 0.62% | 0.53% | - |
| HSV(B) | 329.8º | 0.71% | 0.82% | - |
| XYZ | 32.69 | 18.82 | 25.2 | - |
| YUV | 114.1 | 140.36 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 136 | 0 | 0.71 | 0.35 | 0.18 | 329.8 | 0.62 | 0.53 |
| Hex | D2 | 3D | 88 | 0 | 47 | 23 | 12 | 14A | 3E | 35 |
| Octal | 322 | 75 | 210 | 0 | 107 | 43 | 22 | 512 | 76 | 65 |
| Binary | 11010010 | 111101 | 10001000 | 0 | 1000111 | 100011 | 10010 | 101001010 | 111110 | 110101 |
Color Harmonies of #D23D88
Complementary color
Monochromatic Colors of #D23D88
Black with #D23D88
Text Example
Text Example
White with #D23D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D88; }
p { color: rgb(210,61,136); }
H1.HeaderClassName
{
color: #D23D88;
}
.AnyTagClassName
{
color: #D23D88;
}
</style>
background-color css
<style>
a { background-color: #D23D88; }
a { background-color: rgb(210,61,136); }
div.DivClassName
{
background-color: #D23D88;
}
.BgClassName
{
background-color: #D23D88;
}
</style>
border-color css
<style>
span { border-color: #D23D88; }
span { border-color: rgb(210,61,136); }
td.TdClassName
{
border-color: #D23D88;
}
.TagClassName
{
border-color: #D23D88;
}
</style>