Shades of Deep Cerise #D23B7F
Tints of Deep Cerise #D23B7F
RGB
CMYK
RGB Variations
Color information
#D23B7F (or 0xD23B7F) is known color: Deep Cerise. HEX triplet: D2, 3B and 7F. RGB value is (210,59,127). Sum of RGB (Red+Green+Blue) = 210+59+127=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23B7F is #2DC480. Grayscale: #6F6F6F. Windows color (decimal): -2999425 or 8338386. OLE color: 8338386.
HSL color Cylindrical-coordinate representation of color #D23B7F: hue angle of 332.98º 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 #D23B7F is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 127 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.18 |
| HSL | 332.98º | 0.63% | 0.53% | - |
| HSV(B) | 332.98º | 0.72% | 0.82% | - |
| XYZ | 31.97 | 18.36 | 21.94 | - |
| YUV | 111.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 127 | 0 | 0.72 | 0.40 | 0.18 | 332.98 | 0.63 | 0.53 |
| Hex | D2 | 3B | 7F | 0 | 48 | 28 | 12 | 14D | 3F | 35 |
| Octal | 322 | 73 | 177 | 0 | 110 | 50 | 22 | 515 | 77 | 65 |
| Binary | 11010010 | 111011 | 1111111 | 0 | 1001000 | 101000 | 10010 | 101001101 | 111111 | 110101 |
Color Harmonies of #D23B7F
Complementary color
Monochromatic Colors of #D23B7F
Black with #D23B7F
Text Example
Text Example
White with #D23B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23B7F; }
p { color: rgb(210,59,127); }
H1.HeaderClassName
{
color: #D23B7F;
}
.AnyTagClassName
{
color: #D23B7F;
}
</style>
background-color css
<style>
a { background-color: #D23B7F; }
a { background-color: rgb(210,59,127); }
div.DivClassName
{
background-color: #D23B7F;
}
.BgClassName
{
background-color: #D23B7F;
}
</style>
border-color css
<style>
span { border-color: #D23B7F; }
span { border-color: rgb(210,59,127); }
td.TdClassName
{
border-color: #D23B7F;
}
.TagClassName
{
border-color: #D23B7F;
}
</style>