Shades of Deep Cerise #D23B9D
Tints of Deep Cerise #D23B9D
RGB
CMYK
RGB Variations
Color information
#D23B9D (or 0xD23B9D) is known color: Deep Cerise. HEX triplet: D2, 3B and 9D. RGB value is (210,59,157). Sum of RGB (Red+Green+Blue) = 210+59+157=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23B9D is #2DC462. Grayscale: #737373. Windows color (decimal): -2999395 or 10304466. OLE color: 10304466.
HSL color Cylindrical-coordinate representation of color #D23B9D: hue angle of 321.06º 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 #D23B9D is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 157 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.18 |
| HSL | 321.06º | 0.63% | 0.53% | - |
| HSV(B) | 321.06º | 0.72% | 0.82% | - |
| XYZ | 34.23 | 19.26 | 33.81 | - |
| YUV | 115.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 157 | 0 | 0.72 | 0.25 | 0.18 | 321.06 | 0.63 | 0.53 |
| Hex | D2 | 3B | 9D | 0 | 48 | 19 | 12 | 141 | 3F | 35 |
| Octal | 322 | 73 | 235 | 0 | 110 | 31 | 22 | 501 | 77 | 65 |
| Binary | 11010010 | 111011 | 10011101 | 0 | 1001000 | 11001 | 10010 | 101000001 | 111111 | 110101 |
Color Harmonies of #D23B9D
Complementary color
Monochromatic Colors of #D23B9D
Black with #D23B9D
Text Example
Text Example
White with #D23B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23B9D; }
p { color: rgb(210,59,157); }
H1.HeaderClassName
{
color: #D23B9D;
}
.AnyTagClassName
{
color: #D23B9D;
}
</style>
background-color css
<style>
a { background-color: #D23B9D; }
a { background-color: rgb(210,59,157); }
div.DivClassName
{
background-color: #D23B9D;
}
.BgClassName
{
background-color: #D23B9D;
}
</style>
border-color css
<style>
span { border-color: #D23B9D; }
span { border-color: rgb(210,59,157); }
td.TdClassName
{
border-color: #D23B9D;
}
.TagClassName
{
border-color: #D23B9D;
}
</style>