Shades of Deep Cerise #D5227A
Tints of Deep Cerise #D5227A
RGB
CMYK
RGB Variations
Color information
#D5227A (or 0xD5227A) is known color: Deep Cerise. HEX triplet: D5, 22 and 7A. RGB value is (213,34,122). Sum of RGB (Red+Green+Blue) = 213+34+122=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5227A is #2ADD85. Grayscale: #616161. Windows color (decimal): -2809222 or 8004309. OLE color: 8004309.
HSL color Cylindrical-coordinate representation of color #D5227A: hue angle of 330.5º 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 #D5227A is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 122 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.16 |
| HSL | 330.5º | 0.72% | 0.48% | - |
| HSV(B) | 330.5º | 0.84% | 0.84% | - |
| XYZ | 31.53 | 16.7 | 19.97 | - |
| YUV | 97.55 | 141.8 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 122 | 0 | 0.84 | 0.43 | 0.16 | 330.5 | 0.72 | 0.48 |
| Hex | D5 | 22 | 7A | 0 | 54 | 2B | 10 | 14B | 48 | 30 |
| Octal | 325 | 42 | 172 | 0 | 124 | 53 | 20 | 513 | 110 | 60 |
| Binary | 11010101 | 100010 | 1111010 | 0 | 1010100 | 101011 | 10000 | 101001011 | 1001000 | 110000 |
Color Harmonies of #D5227A
Complementary color
Monochromatic Colors of #D5227A
Black with #D5227A
Text Example
Text Example
White with #D5227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5227A; }
p { color: rgb(213,34,122); }
H1.HeaderClassName
{
color: #D5227A;
}
.AnyTagClassName
{
color: #D5227A;
}
</style>
background-color css
<style>
a { background-color: #D5227A; }
a { background-color: rgb(213,34,122); }
div.DivClassName
{
background-color: #D5227A;
}
.BgClassName
{
background-color: #D5227A;
}
</style>
border-color css
<style>
span { border-color: #D5227A; }
span { border-color: rgb(213,34,122); }
td.TdClassName
{
border-color: #D5227A;
}
.TagClassName
{
border-color: #D5227A;
}
</style>