Shades of Deep Cerise #D23F8F
Tints of Deep Cerise #D23F8F
RGB
CMYK
RGB Variations
Color information
#D23F8F (or 0xD23F8F) is known color: Deep Cerise. HEX triplet: D2, 3F and 8F. RGB value is (210,63,143). Sum of RGB (Red+Green+Blue) = 210+63+143=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23F8F is #2DC070. Grayscale: #737373. Windows color (decimal): -2998385 or 9387986. OLE color: 9387986.
HSL color Cylindrical-coordinate representation of color #D23F8F: hue angle of 327.35º 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 #D23F8F is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 143 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.18 |
| HSL | 327.35º | 0.62% | 0.54% | - |
| HSV(B) | 327.35º | 0.7% | 0.82% | - |
| XYZ | 33.31 | 19.24 | 27.94 | - |
| YUV | 116.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 143 | 0 | 0.70 | 0.32 | 0.18 | 327.35 | 0.62 | 0.54 |
| Hex | D2 | 3F | 8F | 0 | 46 | 20 | 12 | 147 | 3E | 36 |
| Octal | 322 | 77 | 217 | 0 | 106 | 40 | 22 | 507 | 76 | 66 |
| Binary | 11010010 | 111111 | 10001111 | 0 | 1000110 | 100000 | 10010 | 101000111 | 111110 | 110110 |
Color Harmonies of #D23F8F
Complementary color
Monochromatic Colors of #D23F8F
Black with #D23F8F
Text Example
Text Example
White with #D23F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F8F; }
p { color: rgb(210,63,143); }
H1.HeaderClassName
{
color: #D23F8F;
}
.AnyTagClassName
{
color: #D23F8F;
}
</style>
background-color css
<style>
a { background-color: #D23F8F; }
a { background-color: rgb(210,63,143); }
div.DivClassName
{
background-color: #D23F8F;
}
.BgClassName
{
background-color: #D23F8F;
}
</style>
border-color css
<style>
span { border-color: #D23F8F; }
span { border-color: rgb(210,63,143); }
td.TdClassName
{
border-color: #D23F8F;
}
.TagClassName
{
border-color: #D23F8F;
}
</style>