Shades of Cerise #D23B5A
Tints of Cerise #D23B5A
RGB
CMYK
RGB Variations
Color information
#D23B5A (or 0xD23B5A) is known color: Cerise. HEX triplet: D2, 3B and 5A. RGB value is (210,59,90). Sum of RGB (Red+Green+Blue) = 210+59+90=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23B5A is #2DC4A5. Grayscale: #6B6B6B. Windows color (decimal): -2999462 or 5913554. OLE color: 5913554.
HSL color Cylindrical-coordinate representation of color #D23B5A: hue angle of 347.68º 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 #D23B5A is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 90 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.18 |
| HSL | 347.68º | 0.63% | 0.53% | - |
| HSV(B) | 347.68º | 0.72% | 0.82% | - |
| XYZ | 29.99 | 17.57 | 11.48 | - |
| YUV | 107.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 90 | 0 | 0.72 | 0.57 | 0.18 | 347.68 | 0.63 | 0.53 |
| Hex | D2 | 3B | 5A | 0 | 48 | 39 | 12 | 15C | 3F | 35 |
| Octal | 322 | 73 | 132 | 0 | 110 | 71 | 22 | 534 | 77 | 65 |
| Binary | 11010010 | 111011 | 1011010 | 0 | 1001000 | 111001 | 10010 | 101011100 | 111111 | 110101 |
Color Harmonies of #D23B5A
Complementary color
Monochromatic Colors of #D23B5A
Black with #D23B5A
Text Example
Text Example
White with #D23B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23B5A; }
p { color: rgb(210,59,90); }
H1.HeaderClassName
{
color: #D23B5A;
}
.AnyTagClassName
{
color: #D23B5A;
}
</style>
background-color css
<style>
a { background-color: #D23B5A; }
a { background-color: rgb(210,59,90); }
div.DivClassName
{
background-color: #D23B5A;
}
.BgClassName
{
background-color: #D23B5A;
}
</style>
border-color css
<style>
span { border-color: #D23B5A; }
span { border-color: rgb(210,59,90); }
td.TdClassName
{
border-color: #D23B5A;
}
.TagClassName
{
border-color: #D23B5A;
}
</style>