Shades of Cerise #D4306F
Tints of Cerise #D4306F
RGB
CMYK
RGB Variations
Color information
#D4306F (or 0xD4306F) is known color: Cerise. HEX triplet: D4, 30 and 6F. RGB value is (212,48,111). Sum of RGB (Red+Green+Blue) = 212+48+111=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4306F is #2BCF90. Grayscale: #686868. Windows color (decimal): -2871185 or 7286996. OLE color: 7286996.
HSL color Cylindrical-coordinate representation of color #D4306F: hue angle of 336.95º 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 #D4306F is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 111 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.17 |
| HSL | 336.95º | 0.66% | 0.51% | - |
| HSV(B) | 336.95º | 0.77% | 0.83% | - |
| XYZ | 31.08 | 17.26 | 16.73 | - |
| YUV | 104.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 111 | 0 | 0.77 | 0.48 | 0.17 | 336.95 | 0.66 | 0.51 |
| Hex | D4 | 30 | 6F | 0 | 4D | 30 | 11 | 151 | 42 | 33 |
| Octal | 324 | 60 | 157 | 0 | 115 | 60 | 21 | 521 | 102 | 63 |
| Binary | 11010100 | 110000 | 1101111 | 0 | 1001101 | 110000 | 10001 | 101010001 | 1000010 | 110011 |
Color Harmonies of #D4306F
Complementary color
Monochromatic Colors of #D4306F
Black with #D4306F
Text Example
Text Example
White with #D4306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4306F; }
p { color: rgb(212,48,111); }
H1.HeaderClassName
{
color: #D4306F;
}
.AnyTagClassName
{
color: #D4306F;
}
</style>
background-color css
<style>
a { background-color: #D4306F; }
a { background-color: rgb(212,48,111); }
div.DivClassName
{
background-color: #D4306F;
}
.BgClassName
{
background-color: #D4306F;
}
</style>
border-color css
<style>
span { border-color: #D4306F; }
span { border-color: rgb(212,48,111); }
td.TdClassName
{
border-color: #D4306F;
}
.TagClassName
{
border-color: #D4306F;
}
</style>