Shades of Cerise #D4275C
Tints of Cerise #D4275C
RGB
CMYK
RGB Variations
Color information
#D4275C (or 0xD4275C) is known color: Cerise. HEX triplet: D4, 27 and 5C. RGB value is (212,39,92). Sum of RGB (Red+Green+Blue) = 212+39+92=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4275C is #2BD8A3. Grayscale: #606060. Windows color (decimal): -2873508 or 6039508. OLE color: 6039508.
HSL color Cylindrical-coordinate representation of color #D4275C: hue angle of 341.62º 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 #D4275C is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 92 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.17 |
| HSL | 341.62º | 0.69% | 0.49% | - |
| HSV(B) | 341.62º | 0.82% | 0.83% | - |
| XYZ | 29.81 | 16.22 | 11.69 | - |
| YUV | 96.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 92 | 0 | 0.82 | 0.57 | 0.17 | 341.62 | 0.69 | 0.49 |
| Hex | D4 | 27 | 5C | 0 | 52 | 39 | 11 | 156 | 45 | 31 |
| Octal | 324 | 47 | 134 | 0 | 122 | 71 | 21 | 526 | 105 | 61 |
| Binary | 11010100 | 100111 | 1011100 | 0 | 1010010 | 111001 | 10001 | 101010110 | 1000101 | 110001 |
Color Harmonies of #D4275C
Complementary color
Monochromatic Colors of #D4275C
Black with #D4275C
Text Example
Text Example
White with #D4275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4275C; }
p { color: rgb(212,39,92); }
H1.HeaderClassName
{
color: #D4275C;
}
.AnyTagClassName
{
color: #D4275C;
}
</style>
background-color css
<style>
a { background-color: #D4275C; }
a { background-color: rgb(212,39,92); }
div.DivClassName
{
background-color: #D4275C;
}
.BgClassName
{
background-color: #D4275C;
}
</style>
border-color css
<style>
span { border-color: #D4275C; }
span { border-color: rgb(212,39,92); }
td.TdClassName
{
border-color: #D4275C;
}
.TagClassName
{
border-color: #D4275C;
}
</style>