Shades of Deep Cerise #D5227B
Tints of Deep Cerise #D5227B
RGB
CMYK
RGB Variations
Color information
#D5227B (or 0xD5227B) is known color: Deep Cerise. HEX triplet: D5, 22 and 7B. RGB value is (213,34,123). Sum of RGB (Red+Green+Blue) = 213+34+123=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5227B is #2ADD84. Grayscale: #616161. Windows color (decimal): -2809221 or 8069845. OLE color: 8069845.
HSL color Cylindrical-coordinate representation of color #D5227B: hue angle of 330.17º 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 #D5227B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 123 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.16 |
| HSL | 330.17º | 0.72% | 0.48% | - |
| HSV(B) | 330.17º | 0.84% | 0.84% | - |
| XYZ | 31.59 | 16.72 | 20.3 | - |
| YUV | 97.67 | 142.3 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 123 | 0 | 0.84 | 0.42 | 0.16 | 330.17 | 0.72 | 0.48 |
| Hex | D5 | 22 | 7B | 0 | 54 | 2A | 10 | 14A | 48 | 30 |
| Octal | 325 | 42 | 173 | 0 | 124 | 52 | 20 | 512 | 110 | 60 |
| Binary | 11010101 | 100010 | 1111011 | 0 | 1010100 | 101010 | 10000 | 101001010 | 1001000 | 110000 |
Color Harmonies of #D5227B
Complementary color
Monochromatic Colors of #D5227B
Black with #D5227B
Text Example
Text Example
White with #D5227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5227B; }
p { color: rgb(213,34,123); }
H1.HeaderClassName
{
color: #D5227B;
}
.AnyTagClassName
{
color: #D5227B;
}
</style>
background-color css
<style>
a { background-color: #D5227B; }
a { background-color: rgb(213,34,123); }
div.DivClassName
{
background-color: #D5227B;
}
.BgClassName
{
background-color: #D5227B;
}
</style>
border-color css
<style>
span { border-color: #D5227B; }
span { border-color: rgb(213,34,123); }
td.TdClassName
{
border-color: #D5227B;
}
.TagClassName
{
border-color: #D5227B;
}
</style>