Shades of Cerise #D23D5C
Tints of Cerise #D23D5C
RGB
CMYK
RGB Variations
Color information
#D23D5C (or 0xD23D5C) is known color: Cerise. HEX triplet: D2, 3D and 5C. RGB value is (210,61,92). Sum of RGB (Red+Green+Blue) = 210+61+92=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23D5C is #2DC2A3. Grayscale: #6D6D6D. Windows color (decimal): -2998948 or 6045138. OLE color: 6045138.
HSL color Cylindrical-coordinate representation of color #D23D5C: hue angle of 347.52º 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 #D23D5C is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 92 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.18 |
| HSL | 347.52º | 0.62% | 0.53% | - |
| HSV(B) | 347.52º | 0.71% | 0.82% | - |
| XYZ | 30.18 | 17.81 | 11.97 | - |
| YUV | 109.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 92 | 0 | 0.71 | 0.56 | 0.18 | 347.52 | 0.62 | 0.53 |
| Hex | D2 | 3D | 5C | 0 | 47 | 38 | 12 | 15C | 3E | 35 |
| Octal | 322 | 75 | 134 | 0 | 107 | 70 | 22 | 534 | 76 | 65 |
| Binary | 11010010 | 111101 | 1011100 | 0 | 1000111 | 111000 | 10010 | 101011100 | 111110 | 110101 |
Color Harmonies of #D23D5C
Complementary color
Monochromatic Colors of #D23D5C
Black with #D23D5C
Text Example
Text Example
White with #D23D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D5C; }
p { color: rgb(210,61,92); }
H1.HeaderClassName
{
color: #D23D5C;
}
.AnyTagClassName
{
color: #D23D5C;
}
</style>
background-color css
<style>
a { background-color: #D23D5C; }
a { background-color: rgb(210,61,92); }
div.DivClassName
{
background-color: #D23D5C;
}
.BgClassName
{
background-color: #D23D5C;
}
</style>
border-color css
<style>
span { border-color: #D23D5C; }
span { border-color: rgb(210,61,92); }
td.TdClassName
{
border-color: #D23D5C;
}
.TagClassName
{
border-color: #D23D5C;
}
</style>