Shades of Deep Cerise #D9228A
Tints of Deep Cerise #D9228A
RGB
CMYK
RGB Variations
Color information
#D9228A (or 0xD9228A) is known color: Deep Cerise. HEX triplet: D9, 22 and 8A. RGB value is (217,34,138). Sum of RGB (Red+Green+Blue) = 217+34+138=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9228A is #26DD75. Grayscale: #646464. Windows color (decimal): -2547062 or 9052889. OLE color: 9052889.
HSL color Cylindrical-coordinate representation of color #D9228A: hue angle of 325.9º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9228A is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 138 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.15 |
| HSL | 325.9º | 0.73% | 0.49% | - |
| HSV(B) | 325.9º | 0.84% | 0.85% | - |
| XYZ | 33.77 | 17.73 | 25.69 | - |
| YUV | 100.57 | 149.13 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 138 | 0 | 0.84 | 0.36 | 0.15 | 325.9 | 0.73 | 0.49 |
| Hex | D9 | 22 | 8A | 0 | 54 | 24 | F | 146 | 49 | 31 |
| Octal | 331 | 42 | 212 | 0 | 124 | 44 | 17 | 506 | 111 | 61 |
| Binary | 11011001 | 100010 | 10001010 | 0 | 1010100 | 100100 | 1111 | 101000110 | 1001001 | 110001 |
Color Harmonies of #D9228A
Complementary color
Monochromatic Colors of #D9228A
Black with #D9228A
Text Example
Text Example
White with #D9228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9228A; }
p { color: rgb(217,34,138); }
H1.HeaderClassName
{
color: #D9228A;
}
.AnyTagClassName
{
color: #D9228A;
}
</style>
background-color css
<style>
a { background-color: #D9228A; }
a { background-color: rgb(217,34,138); }
div.DivClassName
{
background-color: #D9228A;
}
.BgClassName
{
background-color: #D9228A;
}
</style>
border-color css
<style>
span { border-color: #D9228A; }
span { border-color: rgb(217,34,138); }
td.TdClassName
{
border-color: #D9228A;
}
.TagClassName
{
border-color: #D9228A;
}
</style>