Shades of Deep Cerise #D5247E
Tints of Deep Cerise #D5247E
RGB
CMYK
RGB Variations
Color information
#D5247E (or 0xD5247E) is known color: Deep Cerise. HEX triplet: D5, 24 and 7E. RGB value is (213,36,126). Sum of RGB (Red+Green+Blue) = 213+36+126=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5247E is #2ADB81. Grayscale: #636363. Windows color (decimal): -2808706 or 8266965. OLE color: 8266965.
HSL color Cylindrical-coordinate representation of color #D5247E: hue angle of 329.49º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5247E is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 126 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.16 |
| HSL | 329.49º | 0.71% | 0.49% | - |
| HSV(B) | 329.49º | 0.83% | 0.84% | - |
| XYZ | 31.84 | 16.91 | 21.33 | - |
| YUV | 99.18 | 143.14 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 126 | 0 | 0.83 | 0.41 | 0.16 | 329.49 | 0.71 | 0.49 |
| Hex | D5 | 24 | 7E | 0 | 53 | 29 | 10 | 149 | 47 | 31 |
| Octal | 325 | 44 | 176 | 0 | 123 | 51 | 20 | 511 | 107 | 61 |
| Binary | 11010101 | 100100 | 1111110 | 0 | 1010011 | 101001 | 10000 | 101001001 | 1000111 | 110001 |
Color Harmonies of #D5247E
Complementary color
Monochromatic Colors of #D5247E
Black with #D5247E
Text Example
Text Example
White with #D5247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5247E; }
p { color: rgb(213,36,126); }
H1.HeaderClassName
{
color: #D5247E;
}
.AnyTagClassName
{
color: #D5247E;
}
</style>
background-color css
<style>
a { background-color: #D5247E; }
a { background-color: rgb(213,36,126); }
div.DivClassName
{
background-color: #D5247E;
}
.BgClassName
{
background-color: #D5247E;
}
</style>
border-color css
<style>
span { border-color: #D5247E; }
span { border-color: rgb(213,36,126); }
td.TdClassName
{
border-color: #D5247E;
}
.TagClassName
{
border-color: #D5247E;
}
</style>