Shades of Deep Cerise #D1248A
Tints of Deep Cerise #D1248A
RGB
CMYK
RGB Variations
Color information
#D1248A (or 0xD1248A) is known color: Deep Cerise. HEX triplet: D1, 24 and 8A. RGB value is (209,36,138). Sum of RGB (Red+Green+Blue) = 209+36+138=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1248A is #2EDB75. Grayscale: #636363. Windows color (decimal): -3070838 or 9053393. OLE color: 9053393.
HSL color Cylindrical-coordinate representation of color #D1248A: hue angle of 324.62º 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 #D1248A is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 138 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.18 |
| HSL | 324.62º | 0.71% | 0.48% | - |
| HSV(B) | 324.62º | 0.83% | 0.82% | - |
| XYZ | 31.51 | 16.65 | 25.6 | - |
| YUV | 99.36 | 149.81 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 138 | 0 | 0.83 | 0.34 | 0.18 | 324.62 | 0.71 | 0.48 |
| Hex | D1 | 24 | 8A | 0 | 53 | 22 | 12 | 145 | 47 | 30 |
| Octal | 321 | 44 | 212 | 0 | 123 | 42 | 22 | 505 | 107 | 60 |
| Binary | 11010001 | 100100 | 10001010 | 0 | 1010011 | 100010 | 10010 | 101000101 | 1000111 | 110000 |
Color Harmonies of #D1248A
Complementary color
Monochromatic Colors of #D1248A
Black with #D1248A
Text Example
Text Example
White with #D1248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1248A; }
p { color: rgb(209,36,138); }
H1.HeaderClassName
{
color: #D1248A;
}
.AnyTagClassName
{
color: #D1248A;
}
</style>
background-color css
<style>
a { background-color: #D1248A; }
a { background-color: rgb(209,36,138); }
div.DivClassName
{
background-color: #D1248A;
}
.BgClassName
{
background-color: #D1248A;
}
</style>
border-color css
<style>
span { border-color: #D1248A; }
span { border-color: rgb(209,36,138); }
td.TdClassName
{
border-color: #D1248A;
}
.TagClassName
{
border-color: #D1248A;
}
</style>