Shades of Deep Cerise #D5247D
Tints of Deep Cerise #D5247D
RGB
CMYK
RGB Variations
Color information
#D5247D (or 0xD5247D) is known color: Deep Cerise. HEX triplet: D5, 24 and 7D. RGB value is (213,36,125). Sum of RGB (Red+Green+Blue) = 213+36+125=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5247D is #2ADB82. Grayscale: #626262. Windows color (decimal): -2808707 or 8201429. OLE color: 8201429.
HSL color Cylindrical-coordinate representation of color #D5247D: hue angle of 329.83º 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 #D5247D is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 125 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.16 |
| HSL | 329.83º | 0.71% | 0.49% | - |
| HSV(B) | 329.83º | 0.83% | 0.84% | - |
| XYZ | 31.77 | 16.89 | 20.99 | - |
| YUV | 99.07 | 142.64 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 125 | 0 | 0.83 | 0.41 | 0.16 | 329.83 | 0.71 | 0.49 |
| Hex | D5 | 24 | 7D | 0 | 53 | 29 | 10 | 14A | 47 | 31 |
| Octal | 325 | 44 | 175 | 0 | 123 | 51 | 20 | 512 | 107 | 61 |
| Binary | 11010101 | 100100 | 1111101 | 0 | 1010011 | 101001 | 10000 | 101001010 | 1000111 | 110001 |
Color Harmonies of #D5247D
Complementary color
Monochromatic Colors of #D5247D
Black with #D5247D
Text Example
Text Example
White with #D5247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5247D; }
p { color: rgb(213,36,125); }
H1.HeaderClassName
{
color: #D5247D;
}
.AnyTagClassName
{
color: #D5247D;
}
</style>
background-color css
<style>
a { background-color: #D5247D; }
a { background-color: rgb(213,36,125); }
div.DivClassName
{
background-color: #D5247D;
}
.BgClassName
{
background-color: #D5247D;
}
</style>
border-color css
<style>
span { border-color: #D5247D; }
span { border-color: rgb(213,36,125); }
td.TdClassName
{
border-color: #D5247D;
}
.TagClassName
{
border-color: #D5247D;
}
</style>