Shades of Deep Cerise #D6248C
Tints of Deep Cerise #D6248C
RGB
CMYK
RGB Variations
Color information
#D6248C (or 0xD6248C) is known color: Deep Cerise. HEX triplet: D6, 24 and 8C. RGB value is (214,36,140). Sum of RGB (Red+Green+Blue) = 214+36+140=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6248C is #29DB73. Grayscale: #646464. Windows color (decimal): -2743156 or 9184470. OLE color: 9184470.
HSL color Cylindrical-coordinate representation of color #D6248C: hue angle of 324.94º 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 #D6248C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 140 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.16 |
| HSL | 324.94º | 0.71% | 0.49% | - |
| HSV(B) | 324.94º | 0.83% | 0.84% | - |
| XYZ | 33.1 | 17.45 | 26.44 | - |
| YUV | 101.08 | 149.97 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 140 | 0 | 0.83 | 0.35 | 0.16 | 324.94 | 0.71 | 0.49 |
| Hex | D6 | 24 | 8C | 0 | 53 | 23 | 10 | 145 | 47 | 31 |
| Octal | 326 | 44 | 214 | 0 | 123 | 43 | 20 | 505 | 107 | 61 |
| Binary | 11010110 | 100100 | 10001100 | 0 | 1010011 | 100011 | 10000 | 101000101 | 1000111 | 110001 |
Color Harmonies of #D6248C
Complementary color
Monochromatic Colors of #D6248C
Black with #D6248C
Text Example
Text Example
White with #D6248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6248C; }
p { color: rgb(214,36,140); }
H1.HeaderClassName
{
color: #D6248C;
}
.AnyTagClassName
{
color: #D6248C;
}
</style>
background-color css
<style>
a { background-color: #D6248C; }
a { background-color: rgb(214,36,140); }
div.DivClassName
{
background-color: #D6248C;
}
.BgClassName
{
background-color: #D6248C;
}
</style>
border-color css
<style>
span { border-color: #D6248C; }
span { border-color: rgb(214,36,140); }
td.TdClassName
{
border-color: #D6248C;
}
.TagClassName
{
border-color: #D6248C;
}
</style>