Shades of Deep Cerise #D23B9B
Tints of Deep Cerise #D23B9B
RGB
CMYK
RGB Variations
Color information
#D23B9B (or 0xD23B9B) is known color: Deep Cerise. HEX triplet: D2, 3B and 9B. RGB value is (210,59,155). Sum of RGB (Red+Green+Blue) = 210+59+155=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23B9B is #2DC464. Grayscale: #727272. Windows color (decimal): -2999397 or 10173394. OLE color: 10173394.
HSL color Cylindrical-coordinate representation of color #D23B9B: hue angle of 321.85º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23B9B is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 155 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.18 |
| HSL | 321.85º | 0.63% | 0.53% | - |
| HSV(B) | 321.85º | 0.72% | 0.82% | - |
| XYZ | 34.06 | 19.2 | 32.92 | - |
| YUV | 115.09 | 150.53 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 155 | 0 | 0.72 | 0.26 | 0.18 | 321.85 | 0.63 | 0.53 |
| Hex | D2 | 3B | 9B | 0 | 48 | 1A | 12 | 142 | 3F | 35 |
| Octal | 322 | 73 | 233 | 0 | 110 | 32 | 22 | 502 | 77 | 65 |
| Binary | 11010010 | 111011 | 10011011 | 0 | 1001000 | 11010 | 10010 | 101000010 | 111111 | 110101 |
Color Harmonies of #D23B9B
Complementary color
Monochromatic Colors of #D23B9B
Black with #D23B9B
Text Example
Text Example
White with #D23B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23B9B; }
p { color: rgb(210,59,155); }
H1.HeaderClassName
{
color: #D23B9B;
}
.AnyTagClassName
{
color: #D23B9B;
}
</style>
background-color css
<style>
a { background-color: #D23B9B; }
a { background-color: rgb(210,59,155); }
div.DivClassName
{
background-color: #D23B9B;
}
.BgClassName
{
background-color: #D23B9B;
}
</style>
border-color css
<style>
span { border-color: #D23B9B; }
span { border-color: rgb(210,59,155); }
td.TdClassName
{
border-color: #D23B9B;
}
.TagClassName
{
border-color: #D23B9B;
}
</style>