Shades of Deep Cerise #D23A92
Tints of Deep Cerise #D23A92
RGB
CMYK
RGB Variations
Color information
#D23A92 (or 0xD23A92) is known color: Deep Cerise. HEX triplet: D2, 3A and 92. RGB value is (210,58,146). Sum of RGB (Red+Green+Blue) = 210+58+146=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A92 is #2DC56D. Grayscale: #717171. Windows color (decimal): -2999662 or 9583314. OLE color: 9583314.
HSL color Cylindrical-coordinate representation of color #D23A92: hue angle of 325.26º 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 #D23A92 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 146 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.18 |
| HSL | 325.26º | 0.63% | 0.53% | - |
| HSV(B) | 325.26º | 0.72% | 0.82% | - |
| XYZ | 33.28 | 18.8 | 29.07 | - |
| YUV | 113.48 | 146.36 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 146 | 0 | 0.72 | 0.30 | 0.18 | 325.26 | 0.63 | 0.53 |
| Hex | D2 | 3A | 92 | 0 | 48 | 1E | 12 | 145 | 3F | 35 |
| Octal | 322 | 72 | 222 | 0 | 110 | 36 | 22 | 505 | 77 | 65 |
| Binary | 11010010 | 111010 | 10010010 | 0 | 1001000 | 11110 | 10010 | 101000101 | 111111 | 110101 |
Color Harmonies of #D23A92
Complementary color
Monochromatic Colors of #D23A92
Black with #D23A92
Text Example
Text Example
White with #D23A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A92; }
p { color: rgb(210,58,146); }
H1.HeaderClassName
{
color: #D23A92;
}
.AnyTagClassName
{
color: #D23A92;
}
</style>
background-color css
<style>
a { background-color: #D23A92; }
a { background-color: rgb(210,58,146); }
div.DivClassName
{
background-color: #D23A92;
}
.BgClassName
{
background-color: #D23A92;
}
</style>
border-color css
<style>
span { border-color: #D23A92; }
span { border-color: rgb(210,58,146); }
td.TdClassName
{
border-color: #D23A92;
}
.TagClassName
{
border-color: #D23A92;
}
</style>