Shades of Cerise #D3375C
Tints of Cerise #D3375C
RGB
CMYK
RGB Variations
Color information
#D3375C (or 0xD3375C) is known color: Cerise. HEX triplet: D3, 37 and 5C. RGB value is (211,55,92). Sum of RGB (Red+Green+Blue) = 211+55+92=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D3375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3375C is #2CC8A3. Grayscale: #696969. Windows color (decimal): -2934948 or 6043603. OLE color: 6043603.
HSL color Cylindrical-coordinate representation of color #D3375C: hue angle of 345.77º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3375C is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 92 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.17 |
| HSL | 345.77º | 0.64% | 0.52% | - |
| HSV(B) | 345.77º | 0.74% | 0.83% | - |
| XYZ | 30.16 | 17.35 | 11.89 | - |
| YUV | 105.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 92 | 0 | 0.74 | 0.56 | 0.17 | 345.77 | 0.64 | 0.52 |
| Hex | D3 | 37 | 5C | 0 | 4A | 38 | 11 | 15A | 40 | 34 |
| Octal | 323 | 67 | 134 | 0 | 112 | 70 | 21 | 532 | 100 | 64 |
| Binary | 11010011 | 110111 | 1011100 | 0 | 1001010 | 111000 | 10001 | 101011010 | 1000000 | 110100 |
Color Harmonies of #D3375C
Complementary color
Monochromatic Colors of #D3375C
Black with #D3375C
Text Example
Text Example
White with #D3375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3375C; }
p { color: rgb(211,55,92); }
H1.HeaderClassName
{
color: #D3375C;
}
.AnyTagClassName
{
color: #D3375C;
}
</style>
background-color css
<style>
a { background-color: #D3375C; }
a { background-color: rgb(211,55,92); }
div.DivClassName
{
background-color: #D3375C;
}
.BgClassName
{
background-color: #D3375C;
}
</style>
border-color css
<style>
span { border-color: #D3375C; }
span { border-color: rgb(211,55,92); }
td.TdClassName
{
border-color: #D3375C;
}
.TagClassName
{
border-color: #D3375C;
}
</style>