Shades of Cerise #D23A5C
Tints of Cerise #D23A5C
RGB
CMYK
RGB Variations
Color information
#D23A5C (or 0xD23A5C) is known color: Cerise. HEX triplet: D2, 3A and 5C. RGB value is (210,58,92). Sum of RGB (Red+Green+Blue) = 210+58+92=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A5C is #2DC5A3. Grayscale: #6B6B6B. Windows color (decimal): -2999716 or 6044370. OLE color: 6044370.
HSL color Cylindrical-coordinate representation of color #D23A5C: hue angle of 346.58º 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 #D23A5C is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 92 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.18 |
| HSL | 346.58º | 0.63% | 0.53% | - |
| HSV(B) | 346.58º | 0.72% | 0.82% | - |
| XYZ | 30.02 | 17.5 | 11.92 | - |
| YUV | 107.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 92 | 0 | 0.72 | 0.56 | 0.18 | 346.58 | 0.63 | 0.53 |
| Hex | D2 | 3A | 5C | 0 | 48 | 38 | 12 | 15B | 3F | 35 |
| Octal | 322 | 72 | 134 | 0 | 110 | 70 | 22 | 533 | 77 | 65 |
| Binary | 11010010 | 111010 | 1011100 | 0 | 1001000 | 111000 | 10010 | 101011011 | 111111 | 110101 |
Color Harmonies of #D23A5C
Complementary color
Monochromatic Colors of #D23A5C
Black with #D23A5C
Text Example
Text Example
White with #D23A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A5C; }
p { color: rgb(210,58,92); }
H1.HeaderClassName
{
color: #D23A5C;
}
.AnyTagClassName
{
color: #D23A5C;
}
</style>
background-color css
<style>
a { background-color: #D23A5C; }
a { background-color: rgb(210,58,92); }
div.DivClassName
{
background-color: #D23A5C;
}
.BgClassName
{
background-color: #D23A5C;
}
</style>
border-color css
<style>
span { border-color: #D23A5C; }
span { border-color: rgb(210,58,92); }
td.TdClassName
{
border-color: #D23A5C;
}
.TagClassName
{
border-color: #D23A5C;
}
</style>