Shades of Deep Cerise #D23C9B
Tints of Deep Cerise #D23C9B
RGB
CMYK
RGB Variations
Color information
#D23C9B (or 0xD23C9B) is known color: Deep Cerise. HEX triplet: D2, 3C and 9B. RGB value is (210,60,155). Sum of RGB (Red+Green+Blue) = 210+60+155=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23C9B is #2DC364. Grayscale: #737373. Windows color (decimal): -2999141 or 10173650. OLE color: 10173650.
HSL color Cylindrical-coordinate representation of color #D23C9B: hue angle of 322º 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 #D23C9B is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 155 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.18 |
| HSL | 322º | 0.63% | 0.53% | - |
| HSV(B) | 322º | 0.71% | 0.82% | - |
| XYZ | 34.11 | 19.3 | 32.94 | - |
| YUV | 115.68 | 150.2 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 155 | 0 | 0.71 | 0.26 | 0.18 | 322 | 0.63 | 0.53 |
| Hex | D2 | 3C | 9B | 0 | 47 | 1A | 12 | 142 | 3E | 35 |
| Octal | 322 | 74 | 233 | 0 | 107 | 32 | 22 | 502 | 76 | 65 |
| Binary | 11010010 | 111100 | 10011011 | 0 | 1000111 | 11010 | 10010 | 101000010 | 111110 | 110101 |
Color Harmonies of #D23C9B
Complementary color
Monochromatic Colors of #D23C9B
Black with #D23C9B
Text Example
Text Example
White with #D23C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C9B; }
p { color: rgb(210,60,155); }
H1.HeaderClassName
{
color: #D23C9B;
}
.AnyTagClassName
{
color: #D23C9B;
}
</style>
background-color css
<style>
a { background-color: #D23C9B; }
a { background-color: rgb(210,60,155); }
div.DivClassName
{
background-color: #D23C9B;
}
.BgClassName
{
background-color: #D23C9B;
}
</style>
border-color css
<style>
span { border-color: #D23C9B; }
span { border-color: rgb(210,60,155); }
td.TdClassName
{
border-color: #D23C9B;
}
.TagClassName
{
border-color: #D23C9B;
}
</style>