Shades of Deep Cerise #D2248C
Tints of Deep Cerise #D2248C
RGB
CMYK
RGB Variations
Color information
#D2248C (or 0xD2248C) is known color: Deep Cerise. HEX triplet: D2, 24 and 8C. RGB value is (210,36,140). Sum of RGB (Red+Green+Blue) = 210+36+140=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2248C is #2DDB73. Grayscale: #636363. Windows color (decimal): -3005300 or 9184466. OLE color: 9184466.
HSL color Cylindrical-coordinate representation of color #D2248C: hue angle of 324.14º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2248C is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 140 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.18 |
| HSL | 324.14º | 0.71% | 0.48% | - |
| HSV(B) | 324.14º | 0.83% | 0.82% | - |
| XYZ | 31.94 | 16.86 | 26.38 | - |
| YUV | 99.88 | 150.65 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 140 | 0 | 0.83 | 0.33 | 0.18 | 324.14 | 0.71 | 0.48 |
| Hex | D2 | 24 | 8C | 0 | 53 | 21 | 12 | 144 | 47 | 30 |
| Octal | 322 | 44 | 214 | 0 | 123 | 41 | 22 | 504 | 107 | 60 |
| Binary | 11010010 | 100100 | 10001100 | 0 | 1010011 | 100001 | 10010 | 101000100 | 1000111 | 110000 |
Color Harmonies of #D2248C
Complementary color
Monochromatic Colors of #D2248C
Black with #D2248C
Text Example
Text Example
White with #D2248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2248C; }
p { color: rgb(210,36,140); }
H1.HeaderClassName
{
color: #D2248C;
}
.AnyTagClassName
{
color: #D2248C;
}
</style>
background-color css
<style>
a { background-color: #D2248C; }
a { background-color: rgb(210,36,140); }
div.DivClassName
{
background-color: #D2248C;
}
.BgClassName
{
background-color: #D2248C;
}
</style>
border-color css
<style>
span { border-color: #D2248C; }
span { border-color: rgb(210,36,140); }
td.TdClassName
{
border-color: #D2248C;
}
.TagClassName
{
border-color: #D2248C;
}
</style>