Shades of Deep Cerise #D4308B
Tints of Deep Cerise #D4308B
RGB
CMYK
RGB Variations
Color information
#D4308B (or 0xD4308B) is known color: Deep Cerise. HEX triplet: D4, 30 and 8B. RGB value is (212,48,139). Sum of RGB (Red+Green+Blue) = 212+48+139=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D4308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4308B is #2BCF74. Grayscale: #6B6B6B. Windows color (decimal): -2871157 or 9122004. OLE color: 9122004.
HSL color Cylindrical-coordinate representation of color #D4308B: hue angle of 326.71º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4308B is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 139 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.17 |
| HSL | 326.71º | 0.66% | 0.51% | - |
| HSV(B) | 326.71º | 0.77% | 0.83% | - |
| XYZ | 32.87 | 17.98 | 26.16 | - |
| YUV | 107.41 | 145.83 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 139 | 0 | 0.77 | 0.34 | 0.17 | 326.71 | 0.66 | 0.51 |
| Hex | D4 | 30 | 8B | 0 | 4D | 22 | 11 | 147 | 42 | 33 |
| Octal | 324 | 60 | 213 | 0 | 115 | 42 | 21 | 507 | 102 | 63 |
| Binary | 11010100 | 110000 | 10001011 | 0 | 1001101 | 100010 | 10001 | 101000111 | 1000010 | 110011 |
Color Harmonies of #D4308B
Complementary color
Monochromatic Colors of #D4308B
Black with #D4308B
Text Example
Text Example
White with #D4308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4308B; }
p { color: rgb(212,48,139); }
H1.HeaderClassName
{
color: #D4308B;
}
.AnyTagClassName
{
color: #D4308B;
}
</style>
background-color css
<style>
a { background-color: #D4308B; }
a { background-color: rgb(212,48,139); }
div.DivClassName
{
background-color: #D4308B;
}
.BgClassName
{
background-color: #D4308B;
}
</style>
border-color css
<style>
span { border-color: #D4308B; }
span { border-color: rgb(212,48,139); }
td.TdClassName
{
border-color: #D4308B;
}
.TagClassName
{
border-color: #D4308B;
}
</style>