Shades of Cerise #D4276C
Tints of Cerise #D4276C
RGB
CMYK
RGB Variations
Color information
#D4276C (or 0xD4276C) is known color: Cerise. HEX triplet: D4, 27 and 6C. RGB value is (212,39,108). Sum of RGB (Red+Green+Blue) = 212+39+108=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D4276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4276C is #2BD893. Grayscale: #626262. Windows color (decimal): -2873492 or 7088084. OLE color: 7088084.
HSL color Cylindrical-coordinate representation of color #D4276C: hue angle of 336.07º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4276C is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 108 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.17 |
| HSL | 336.07º | 0.69% | 0.49% | - |
| HSV(B) | 336.07º | 0.82% | 0.83% | - |
| XYZ | 30.58 | 16.53 | 15.77 | - |
| YUV | 98.59 | 133.31 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 108 | 0 | 0.82 | 0.49 | 0.17 | 336.07 | 0.69 | 0.49 |
| Hex | D4 | 27 | 6C | 0 | 52 | 31 | 11 | 150 | 45 | 31 |
| Octal | 324 | 47 | 154 | 0 | 122 | 61 | 21 | 520 | 105 | 61 |
| Binary | 11010100 | 100111 | 1101100 | 0 | 1010010 | 110001 | 10001 | 101010000 | 1000101 | 110001 |
Color Harmonies of #D4276C
Complementary color
Monochromatic Colors of #D4276C
Black with #D4276C
Text Example
Text Example
White with #D4276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4276C; }
p { color: rgb(212,39,108); }
H1.HeaderClassName
{
color: #D4276C;
}
.AnyTagClassName
{
color: #D4276C;
}
</style>
background-color css
<style>
a { background-color: #D4276C; }
a { background-color: rgb(212,39,108); }
div.DivClassName
{
background-color: #D4276C;
}
.BgClassName
{
background-color: #D4276C;
}
</style>
border-color css
<style>
span { border-color: #D4276C; }
span { border-color: rgb(212,39,108); }
td.TdClassName
{
border-color: #D4276C;
}
.TagClassName
{
border-color: #D4276C;
}
</style>