Shades of Deep Cerise #D23187
Tints of Deep Cerise #D23187
RGB
CMYK
RGB Variations
Color information
#D23187 (or 0xD23187) is known color: Deep Cerise. HEX triplet: D2, 31 and 87. RGB value is (210,49,135). Sum of RGB (Red+Green+Blue) = 210+49+135=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D23187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23187 is #2DCE78. Grayscale: #6A6A6A. Windows color (decimal): -3001977 or 8860114. OLE color: 8860114.
HSL color Cylindrical-coordinate representation of color #D23187: hue angle of 327.95º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23187 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 135 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.18 |
| HSL | 327.95º | 0.64% | 0.51% | - |
| HSV(B) | 327.95º | 0.77% | 0.82% | - |
| XYZ | 32.05 | 17.65 | 24.64 | - |
| YUV | 106.94 | 143.84 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 135 | 0 | 0.77 | 0.36 | 0.18 | 327.95 | 0.64 | 0.51 |
| Hex | D2 | 31 | 87 | 0 | 4D | 24 | 12 | 148 | 40 | 33 |
| Octal | 322 | 61 | 207 | 0 | 115 | 44 | 22 | 510 | 100 | 63 |
| Binary | 11010010 | 110001 | 10000111 | 0 | 1001101 | 100100 | 10010 | 101001000 | 1000000 | 110011 |
Color Harmonies of #D23187
Complementary color
Monochromatic Colors of #D23187
Black with #D23187
Text Example
Text Example
White with #D23187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23187; }
p { color: rgb(210,49,135); }
H1.HeaderClassName
{
color: #D23187;
}
.AnyTagClassName
{
color: #D23187;
}
</style>
background-color css
<style>
a { background-color: #D23187; }
a { background-color: rgb(210,49,135); }
div.DivClassName
{
background-color: #D23187;
}
.BgClassName
{
background-color: #D23187;
}
</style>
border-color css
<style>
span { border-color: #D23187; }
span { border-color: rgb(210,49,135); }
td.TdClassName
{
border-color: #D23187;
}
.TagClassName
{
border-color: #D23187;
}
</style>