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