Shades of Cerise #D23A65
Tints of Cerise #D23A65
RGB
CMYK
RGB Variations
Color information
#D23A65 (or 0xD23A65) is known color: Cerise. HEX triplet: D2, 3A and 65. RGB value is (210,58,101). Sum of RGB (Red+Green+Blue) = 210+58+101=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A65 is #2DC59A. Grayscale: #6C6C6C. Windows color (decimal): -2999707 or 6634194. OLE color: 6634194.
HSL color Cylindrical-coordinate representation of color #D23A65: hue angle of 343.03º 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 #D23A65 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 101 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.18 |
| HSL | 343.03º | 0.63% | 0.53% | - |
| HSV(B) | 343.03º | 0.72% | 0.82% | - |
| XYZ | 30.44 | 17.67 | 14.12 | - |
| YUV | 108.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 101 | 0 | 0.72 | 0.52 | 0.18 | 343.03 | 0.63 | 0.53 |
| Hex | D2 | 3A | 65 | 0 | 48 | 34 | 12 | 157 | 3F | 35 |
| Octal | 322 | 72 | 145 | 0 | 110 | 64 | 22 | 527 | 77 | 65 |
| Binary | 11010010 | 111010 | 1100101 | 0 | 1001000 | 110100 | 10010 | 101010111 | 111111 | 110101 |
Color Harmonies of #D23A65
Complementary color
Monochromatic Colors of #D23A65
Black with #D23A65
Text Example
Text Example
White with #D23A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A65; }
p { color: rgb(210,58,101); }
H1.HeaderClassName
{
color: #D23A65;
}
.AnyTagClassName
{
color: #D23A65;
}
</style>
background-color css
<style>
a { background-color: #D23A65; }
a { background-color: rgb(210,58,101); }
div.DivClassName
{
background-color: #D23A65;
}
.BgClassName
{
background-color: #D23A65;
}
</style>
border-color css
<style>
span { border-color: #D23A65; }
span { border-color: rgb(210,58,101); }
td.TdClassName
{
border-color: #D23A65;
}
.TagClassName
{
border-color: #D23A65;
}
</style>