Shades of Cerise #D23D5B
Tints of Cerise #D23D5B
RGB
CMYK
RGB Variations
Color information
#D23D5B (or 0xD23D5B) is known color: Cerise. HEX triplet: D2, 3D and 5B. RGB value is (210,61,91). Sum of RGB (Red+Green+Blue) = 210+61+91=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23D5B is #2DC2A4. Grayscale: #6D6D6D. Windows color (decimal): -2998949 or 5979602. OLE color: 5979602.
HSL color Cylindrical-coordinate representation of color #D23D5B: hue angle of 347.92º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23D5B is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 91 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.18 |
| HSL | 347.92º | 0.62% | 0.53% | - |
| HSV(B) | 347.92º | 0.71% | 0.82% | - |
| XYZ | 30.14 | 17.79 | 11.74 | - |
| YUV | 108.97 | 117.86 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 91 | 0 | 0.71 | 0.57 | 0.18 | 347.92 | 0.62 | 0.53 |
| Hex | D2 | 3D | 5B | 0 | 47 | 39 | 12 | 15C | 3E | 35 |
| Octal | 322 | 75 | 133 | 0 | 107 | 71 | 22 | 534 | 76 | 65 |
| Binary | 11010010 | 111101 | 1011011 | 0 | 1000111 | 111001 | 10010 | 101011100 | 111110 | 110101 |
Color Harmonies of #D23D5B
Complementary color
Monochromatic Colors of #D23D5B
Black with #D23D5B
Text Example
Text Example
White with #D23D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D5B; }
p { color: rgb(210,61,91); }
H1.HeaderClassName
{
color: #D23D5B;
}
.AnyTagClassName
{
color: #D23D5B;
}
</style>
background-color css
<style>
a { background-color: #D23D5B; }
a { background-color: rgb(210,61,91); }
div.DivClassName
{
background-color: #D23D5B;
}
.BgClassName
{
background-color: #D23D5B;
}
</style>
border-color css
<style>
span { border-color: #D23D5B; }
span { border-color: rgb(210,61,91); }
td.TdClassName
{
border-color: #D23D5B;
}
.TagClassName
{
border-color: #D23D5B;
}
</style>