Shades of Deep Cerise #D5228A
Tints of Deep Cerise #D5228A
RGB
CMYK
RGB Variations
Color information
#D5228A (or 0xD5228A) is known color: Deep Cerise. HEX triplet: D5, 22 and 8A. RGB value is (213,34,138). Sum of RGB (Red+Green+Blue) = 213+34+138=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D5228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5228A is #2ADD75. Grayscale: #636363. Windows color (decimal): -2809206 or 9052885. OLE color: 9052885.
HSL color Cylindrical-coordinate representation of color #D5228A: hue angle of 325.14º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5228A is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 138 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.16 |
| HSL | 325.14º | 0.72% | 0.48% | - |
| HSV(B) | 325.14º | 0.84% | 0.84% | - |
| XYZ | 32.6 | 17.13 | 25.63 | - |
| YUV | 99.38 | 149.8 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 138 | 0 | 0.84 | 0.35 | 0.16 | 325.14 | 0.72 | 0.48 |
| Hex | D5 | 22 | 8A | 0 | 54 | 23 | 10 | 145 | 48 | 30 |
| Octal | 325 | 42 | 212 | 0 | 124 | 43 | 20 | 505 | 110 | 60 |
| Binary | 11010101 | 100010 | 10001010 | 0 | 1010100 | 100011 | 10000 | 101000101 | 1001000 | 110000 |
Color Harmonies of #D5228A
Complementary color
Monochromatic Colors of #D5228A
Black with #D5228A
Text Example
Text Example
White with #D5228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5228A; }
p { color: rgb(213,34,138); }
H1.HeaderClassName
{
color: #D5228A;
}
.AnyTagClassName
{
color: #D5228A;
}
</style>
background-color css
<style>
a { background-color: #D5228A; }
a { background-color: rgb(213,34,138); }
div.DivClassName
{
background-color: #D5228A;
}
.BgClassName
{
background-color: #D5228A;
}
</style>
border-color css
<style>
span { border-color: #D5228A; }
span { border-color: rgb(213,34,138); }
td.TdClassName
{
border-color: #D5228A;
}
.TagClassName
{
border-color: #D5228A;
}
</style>