Shades of Deep Cerise #D23C8A
Tints of Deep Cerise #D23C8A
RGB
CMYK
RGB Variations
Color information
#D23C8A (or 0xD23C8A) is known color: Deep Cerise. HEX triplet: D2, 3C and 8A. RGB value is (210,60,138). Sum of RGB (Red+Green+Blue) = 210+60+138=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23C8A is #2DC375. Grayscale: #717171. Windows color (decimal): -2999158 or 9059538. OLE color: 9059538.
HSL color Cylindrical-coordinate representation of color #D23C8A: hue angle of 328.8º 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 #D23C8A is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 138 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.18 |
| HSL | 328.8º | 0.63% | 0.53% | - |
| HSV(B) | 328.8º | 0.71% | 0.82% | - |
| XYZ | 32.78 | 18.77 | 25.94 | - |
| YUV | 113.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 138 | 0 | 0.71 | 0.34 | 0.18 | 328.8 | 0.63 | 0.53 |
| Hex | D2 | 3C | 8A | 0 | 47 | 22 | 12 | 149 | 3E | 35 |
| Octal | 322 | 74 | 212 | 0 | 107 | 42 | 22 | 511 | 76 | 65 |
| Binary | 11010010 | 111100 | 10001010 | 0 | 1000111 | 100010 | 10010 | 101001001 | 111110 | 110101 |
Color Harmonies of #D23C8A
Complementary color
Monochromatic Colors of #D23C8A
Black with #D23C8A
Text Example
Text Example
White with #D23C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C8A; }
p { color: rgb(210,60,138); }
H1.HeaderClassName
{
color: #D23C8A;
}
.AnyTagClassName
{
color: #D23C8A;
}
</style>
background-color css
<style>
a { background-color: #D23C8A; }
a { background-color: rgb(210,60,138); }
div.DivClassName
{
background-color: #D23C8A;
}
.BgClassName
{
background-color: #D23C8A;
}
</style>
border-color css
<style>
span { border-color: #D23C8A; }
span { border-color: rgb(210,60,138); }
td.TdClassName
{
border-color: #D23C8A;
}
.TagClassName
{
border-color: #D23C8A;
}
</style>