Shades of Cerise #D23A5E
Tints of Cerise #D23A5E
RGB
CMYK
RGB Variations
Color information
#D23A5E (or 0xD23A5E) is known color: Cerise. HEX triplet: D2, 3A and 5E. RGB value is (210,58,94). Sum of RGB (Red+Green+Blue) = 210+58+94=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A5E is #2DC5A1. Grayscale: #6B6B6B. Windows color (decimal): -2999714 or 6175442. OLE color: 6175442.
HSL color Cylindrical-coordinate representation of color #D23A5E: hue angle of 345.79º 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 #D23A5E is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 94 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.18 |
| HSL | 345.79º | 0.63% | 0.53% | - |
| HSV(B) | 345.79º | 0.72% | 0.82% | - |
| XYZ | 30.11 | 17.54 | 12.39 | - |
| YUV | 107.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 94 | 0 | 0.72 | 0.55 | 0.18 | 345.79 | 0.63 | 0.53 |
| Hex | D2 | 3A | 5E | 0 | 48 | 37 | 12 | 15A | 3F | 35 |
| Octal | 322 | 72 | 136 | 0 | 110 | 67 | 22 | 532 | 77 | 65 |
| Binary | 11010010 | 111010 | 1011110 | 0 | 1001000 | 110111 | 10010 | 101011010 | 111111 | 110101 |
Color Harmonies of #D23A5E
Complementary color
Monochromatic Colors of #D23A5E
Black with #D23A5E
Text Example
Text Example
White with #D23A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A5E; }
p { color: rgb(210,58,94); }
H1.HeaderClassName
{
color: #D23A5E;
}
.AnyTagClassName
{
color: #D23A5E;
}
</style>
background-color css
<style>
a { background-color: #D23A5E; }
a { background-color: rgb(210,58,94); }
div.DivClassName
{
background-color: #D23A5E;
}
.BgClassName
{
background-color: #D23A5E;
}
</style>
border-color css
<style>
span { border-color: #D23A5E; }
span { border-color: rgb(210,58,94); }
td.TdClassName
{
border-color: #D23A5E;
}
.TagClassName
{
border-color: #D23A5E;
}
</style>