Shades of Deep Cerise #DB228F
Tints of Deep Cerise #DB228F
RGB
CMYK
RGB Variations
Color information
#DB228F (or 0xDB228F) is known color: Deep Cerise. HEX triplet: DB, 22 and 8F. RGB value is (219,34,143). Sum of RGB (Red+Green+Blue) = 219+34+143=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB228F is #24DD70. Grayscale: #656565. Windows color (decimal): -2415985 or 9380571. OLE color: 9380571.
HSL color Cylindrical-coordinate representation of color #DB228F: hue angle of 324.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB228F is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 143 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.14 |
| HSL | 324.65º | 0.73% | 0.5% | - |
| HSV(B) | 324.65º | 0.84% | 0.86% | - |
| XYZ | 34.74 | 18.19 | 27.67 | - |
| YUV | 101.74 | 151.29 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 143 | 0 | 0.84 | 0.35 | 0.14 | 324.65 | 0.73 | 0.5 |
| Hex | DB | 22 | 8F | 0 | 54 | 23 | E | 145 | 49 | 32 |
| Octal | 333 | 42 | 217 | 0 | 124 | 43 | 16 | 505 | 111 | 62 |
| Binary | 11011011 | 100010 | 10001111 | 0 | 1010100 | 100011 | 1110 | 101000101 | 1001001 | 110010 |
Color Harmonies of #DB228F
Complementary color
Monochromatic Colors of #DB228F
Black with #DB228F
Text Example
Text Example
White with #DB228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB228F; }
p { color: rgb(219,34,143); }
H1.HeaderClassName
{
color: #DB228F;
}
.AnyTagClassName
{
color: #DB228F;
}
</style>
background-color css
<style>
a { background-color: #DB228F; }
a { background-color: rgb(219,34,143); }
div.DivClassName
{
background-color: #DB228F;
}
.BgClassName
{
background-color: #DB228F;
}
</style>
border-color css
<style>
span { border-color: #DB228F; }
span { border-color: rgb(219,34,143); }
td.TdClassName
{
border-color: #DB228F;
}
.TagClassName
{
border-color: #DB228F;
}
</style>