Shades of Cerise #D23A5B
Tints of Cerise #D23A5B
RGB
CMYK
RGB Variations
Color information
#D23A5B (or 0xD23A5B) is known color: Cerise. HEX triplet: D2, 3A and 5B. RGB value is (210,58,91). Sum of RGB (Red+Green+Blue) = 210+58+91=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A5B is #2DC5A4. Grayscale: #6B6B6B. Windows color (decimal): -2999717 or 5978834. OLE color: 5978834.
HSL color Cylindrical-coordinate representation of color #D23A5B: hue angle of 346.97º 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 #D23A5B is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 91 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.18 |
| HSL | 346.97º | 0.63% | 0.53% | - |
| HSV(B) | 346.97º | 0.72% | 0.82% | - |
| XYZ | 29.98 | 17.48 | 11.69 | - |
| YUV | 107.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 91 | 0 | 0.72 | 0.57 | 0.18 | 346.97 | 0.63 | 0.53 |
| Hex | D2 | 3A | 5B | 0 | 48 | 39 | 12 | 15B | 3F | 35 |
| Octal | 322 | 72 | 133 | 0 | 110 | 71 | 22 | 533 | 77 | 65 |
| Binary | 11010010 | 111010 | 1011011 | 0 | 1001000 | 111001 | 10010 | 101011011 | 111111 | 110101 |
Color Harmonies of #D23A5B
Complementary color
Monochromatic Colors of #D23A5B
Black with #D23A5B
Text Example
Text Example
White with #D23A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A5B; }
p { color: rgb(210,58,91); }
H1.HeaderClassName
{
color: #D23A5B;
}
.AnyTagClassName
{
color: #D23A5B;
}
</style>
background-color css
<style>
a { background-color: #D23A5B; }
a { background-color: rgb(210,58,91); }
div.DivClassName
{
background-color: #D23A5B;
}
.BgClassName
{
background-color: #D23A5B;
}
</style>
border-color css
<style>
span { border-color: #D23A5B; }
span { border-color: rgb(210,58,91); }
td.TdClassName
{
border-color: #D23A5B;
}
.TagClassName
{
border-color: #D23A5B;
}
</style>