Shades of Deep Cerise #D23F8C
Tints of Deep Cerise #D23F8C
RGB
CMYK
RGB Variations
Color information
#D23F8C (or 0xD23F8C) is known color: Deep Cerise. HEX triplet: D2, 3F and 8C. RGB value is (210,63,140). Sum of RGB (Red+Green+Blue) = 210+63+140=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23F8C is #2DC073. Grayscale: #737373. Windows color (decimal): -2998388 or 9191378. OLE color: 9191378.
HSL color Cylindrical-coordinate representation of color #D23F8C: hue angle of 328.57º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23F8C is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 140 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.18 |
| HSL | 328.57º | 0.62% | 0.54% | - |
| HSV(B) | 328.57º | 0.7% | 0.82% | - |
| XYZ | 33.09 | 19.15 | 26.76 | - |
| YUV | 115.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 140 | 0 | 0.70 | 0.33 | 0.18 | 328.57 | 0.62 | 0.54 |
| Hex | D2 | 3F | 8C | 0 | 46 | 21 | 12 | 149 | 3E | 36 |
| Octal | 322 | 77 | 214 | 0 | 106 | 41 | 22 | 511 | 76 | 66 |
| Binary | 11010010 | 111111 | 10001100 | 0 | 1000110 | 100001 | 10010 | 101001001 | 111110 | 110110 |
Color Harmonies of #D23F8C
Complementary color
Monochromatic Colors of #D23F8C
Black with #D23F8C
Text Example
Text Example
White with #D23F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F8C; }
p { color: rgb(210,63,140); }
H1.HeaderClassName
{
color: #D23F8C;
}
.AnyTagClassName
{
color: #D23F8C;
}
</style>
background-color css
<style>
a { background-color: #D23F8C; }
a { background-color: rgb(210,63,140); }
div.DivClassName
{
background-color: #D23F8C;
}
.BgClassName
{
background-color: #D23F8C;
}
</style>
border-color css
<style>
span { border-color: #D23F8C; }
span { border-color: rgb(210,63,140); }
td.TdClassName
{
border-color: #D23F8C;
}
.TagClassName
{
border-color: #D23F8C;
}
</style>