Shades of Cerise #D23B6D
Tints of Cerise #D23B6D
RGB
CMYK
RGB Variations
Color information
#D23B6D (or 0xD23B6D) is known color: Cerise. HEX triplet: D2, 3B and 6D. RGB value is (210,59,109). Sum of RGB (Red+Green+Blue) = 210+59+109=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23B6D is #2DC492. Grayscale: #6D6D6D. Windows color (decimal): -2999443 or 7158738. OLE color: 7158738.
HSL color Cylindrical-coordinate representation of color #D23B6D: hue angle of 340.13º 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 #D23B6D is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 109 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.18 |
| HSL | 340.13º | 0.63% | 0.53% | - |
| HSV(B) | 340.13º | 0.72% | 0.82% | - |
| XYZ | 30.9 | 17.93 | 16.3 | - |
| YUV | 109.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 109 | 0 | 0.72 | 0.48 | 0.18 | 340.13 | 0.63 | 0.53 |
| Hex | D2 | 3B | 6D | 0 | 48 | 30 | 12 | 154 | 3F | 35 |
| Octal | 322 | 73 | 155 | 0 | 110 | 60 | 22 | 524 | 77 | 65 |
| Binary | 11010010 | 111011 | 1101101 | 0 | 1001000 | 110000 | 10010 | 101010100 | 111111 | 110101 |
Color Harmonies of #D23B6D
Complementary color
Monochromatic Colors of #D23B6D
Black with #D23B6D
Text Example
Text Example
White with #D23B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23B6D; }
p { color: rgb(210,59,109); }
H1.HeaderClassName
{
color: #D23B6D;
}
.AnyTagClassName
{
color: #D23B6D;
}
</style>
background-color css
<style>
a { background-color: #D23B6D; }
a { background-color: rgb(210,59,109); }
div.DivClassName
{
background-color: #D23B6D;
}
.BgClassName
{
background-color: #D23B6D;
}
</style>
border-color css
<style>
span { border-color: #D23B6D; }
span { border-color: rgb(210,59,109); }
td.TdClassName
{
border-color: #D23B6D;
}
.TagClassName
{
border-color: #D23B6D;
}
</style>