Shades of Cerise #D7375C
Tints of Cerise #D7375C
RGB
CMYK
RGB Variations
Color information
#D7375C (or 0xD7375C) is known color: Cerise. HEX triplet: D7, 37 and 5C. RGB value is (215,55,92). Sum of RGB (Red+Green+Blue) = 215+55+92=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D7375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7375C is #28C8A3. Grayscale: #6B6B6B. Windows color (decimal): -2672804 or 6043607. OLE color: 6043607.
HSL color Cylindrical-coordinate representation of color #D7375C: hue angle of 346.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7375C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 92 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.16 |
| HSL | 346.13º | 0.67% | 0.53% | - |
| HSV(B) | 346.13º | 0.74% | 0.84% | - |
| XYZ | 31.32 | 17.95 | 11.94 | - |
| YUV | 107.06 | 119.51 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 92 | 0 | 0.74 | 0.57 | 0.16 | 346.13 | 0.67 | 0.53 |
| Hex | D7 | 37 | 5C | 0 | 4A | 39 | 10 | 15A | 43 | 35 |
| Octal | 327 | 67 | 134 | 0 | 112 | 71 | 20 | 532 | 103 | 65 |
| Binary | 11010111 | 110111 | 1011100 | 0 | 1001010 | 111001 | 10000 | 101011010 | 1000011 | 110101 |
Color Harmonies of #D7375C
Complementary color
Monochromatic Colors of #D7375C
Black with #D7375C
Text Example
Text Example
White with #D7375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7375C; }
p { color: rgb(215,55,92); }
H1.HeaderClassName
{
color: #D7375C;
}
.AnyTagClassName
{
color: #D7375C;
}
</style>
background-color css
<style>
a { background-color: #D7375C; }
a { background-color: rgb(215,55,92); }
div.DivClassName
{
background-color: #D7375C;
}
.BgClassName
{
background-color: #D7375C;
}
</style>
border-color css
<style>
span { border-color: #D7375C; }
span { border-color: rgb(215,55,92); }
td.TdClassName
{
border-color: #D7375C;
}
.TagClassName
{
border-color: #D7375C;
}
</style>