Shades of Cerise #D23B5D
Tints of Cerise #D23B5D
RGB
CMYK
RGB Variations
Color information
#D23B5D (or 0xD23B5D) is known color: Cerise. HEX triplet: D2, 3B and 5D. RGB value is (210,59,93). Sum of RGB (Red+Green+Blue) = 210+59+93=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23B5D is #2DC4A2. Grayscale: #6C6C6C. Windows color (decimal): -2999459 or 6110162. OLE color: 6110162.
HSL color Cylindrical-coordinate representation of color #D23B5D: hue angle of 346.49º 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 #D23B5D is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 93 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.18 |
| HSL | 346.49º | 0.63% | 0.53% | - |
| HSV(B) | 346.49º | 0.72% | 0.82% | - |
| XYZ | 30.12 | 17.62 | 12.17 | - |
| YUV | 108.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 93 | 0 | 0.72 | 0.56 | 0.18 | 346.49 | 0.63 | 0.53 |
| Hex | D2 | 3B | 5D | 0 | 48 | 38 | 12 | 15A | 3F | 35 |
| Octal | 322 | 73 | 135 | 0 | 110 | 70 | 22 | 532 | 77 | 65 |
| Binary | 11010010 | 111011 | 1011101 | 0 | 1001000 | 111000 | 10010 | 101011010 | 111111 | 110101 |
Color Harmonies of #D23B5D
Complementary color
Monochromatic Colors of #D23B5D
Black with #D23B5D
Text Example
Text Example
White with #D23B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23B5D; }
p { color: rgb(210,59,93); }
H1.HeaderClassName
{
color: #D23B5D;
}
.AnyTagClassName
{
color: #D23B5D;
}
</style>
background-color css
<style>
a { background-color: #D23B5D; }
a { background-color: rgb(210,59,93); }
div.DivClassName
{
background-color: #D23B5D;
}
.BgClassName
{
background-color: #D23B5D;
}
</style>
border-color css
<style>
span { border-color: #D23B5D; }
span { border-color: rgb(210,59,93); }
td.TdClassName
{
border-color: #D23B5D;
}
.TagClassName
{
border-color: #D23B5D;
}
</style>