Shades of Cerise #D4305F
Tints of Cerise #D4305F
RGB
CMYK
RGB Variations
Color information
#D4305F (or 0xD4305F) is known color: Cerise. HEX triplet: D4, 30 and 5F. RGB value is (212,48,95). Sum of RGB (Red+Green+Blue) = 212+48+95=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4305F is #2BCFA0. Grayscale: #666666. Windows color (decimal): -2871201 or 6238420. OLE color: 6238420.
HSL color Cylindrical-coordinate representation of color #D4305F: hue angle of 342.8º 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 #D4305F is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 95 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.17 |
| HSL | 342.8º | 0.66% | 0.51% | - |
| HSV(B) | 342.8º | 0.77% | 0.83% | - |
| XYZ | 30.27 | 16.94 | 12.5 | - |
| YUV | 102.39 | 123.83 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 95 | 0 | 0.77 | 0.55 | 0.17 | 342.8 | 0.66 | 0.51 |
| Hex | D4 | 30 | 5F | 0 | 4D | 37 | 11 | 157 | 42 | 33 |
| Octal | 324 | 60 | 137 | 0 | 115 | 67 | 21 | 527 | 102 | 63 |
| Binary | 11010100 | 110000 | 1011111 | 0 | 1001101 | 110111 | 10001 | 101010111 | 1000010 | 110011 |
Color Harmonies of #D4305F
Complementary color
Monochromatic Colors of #D4305F
Black with #D4305F
Text Example
Text Example
White with #D4305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4305F; }
p { color: rgb(212,48,95); }
H1.HeaderClassName
{
color: #D4305F;
}
.AnyTagClassName
{
color: #D4305F;
}
</style>
background-color css
<style>
a { background-color: #D4305F; }
a { background-color: rgb(212,48,95); }
div.DivClassName
{
background-color: #D4305F;
}
.BgClassName
{
background-color: #D4305F;
}
</style>
border-color css
<style>
span { border-color: #D4305F; }
span { border-color: rgb(212,48,95); }
td.TdClassName
{
border-color: #D4305F;
}
.TagClassName
{
border-color: #D4305F;
}
</style>