Shades of Deep Cerise #D5248C
Tints of Deep Cerise #D5248C
RGB
CMYK
RGB Variations
Color information
#D5248C (or 0xD5248C) is known color: Deep Cerise. HEX triplet: D5, 24 and 8C. RGB value is (213,36,140). Sum of RGB (Red+Green+Blue) = 213+36+140=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5248C is #2ADB73. Grayscale: #646464. Windows color (decimal): -2808692 or 9184469. OLE color: 9184469.
HSL color Cylindrical-coordinate representation of color #D5248C: hue angle of 324.75º 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 #D5248C is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 140 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.16 |
| HSL | 324.75º | 0.71% | 0.49% | - |
| HSV(B) | 324.75º | 0.83% | 0.84% | - |
| XYZ | 32.81 | 17.3 | 26.42 | - |
| YUV | 100.78 | 150.14 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 140 | 0 | 0.83 | 0.34 | 0.16 | 324.75 | 0.71 | 0.49 |
| Hex | D5 | 24 | 8C | 0 | 53 | 22 | 10 | 145 | 47 | 31 |
| Octal | 325 | 44 | 214 | 0 | 123 | 42 | 20 | 505 | 107 | 61 |
| Binary | 11010101 | 100100 | 10001100 | 0 | 1010011 | 100010 | 10000 | 101000101 | 1000111 | 110001 |
Color Harmonies of #D5248C
Complementary color
Monochromatic Colors of #D5248C
Black with #D5248C
Text Example
Text Example
White with #D5248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5248C; }
p { color: rgb(213,36,140); }
H1.HeaderClassName
{
color: #D5248C;
}
.AnyTagClassName
{
color: #D5248C;
}
</style>
background-color css
<style>
a { background-color: #D5248C; }
a { background-color: rgb(213,36,140); }
div.DivClassName
{
background-color: #D5248C;
}
.BgClassName
{
background-color: #D5248C;
}
</style>
border-color css
<style>
span { border-color: #D5248C; }
span { border-color: rgb(213,36,140); }
td.TdClassName
{
border-color: #D5248C;
}
.TagClassName
{
border-color: #D5248C;
}
</style>