Shades of Cerise #D3295D
Tints of Cerise #D3295D
RGB
CMYK
RGB Variations
Color information
#D3295D (or 0xD3295D) is known color: Cerise. HEX triplet: D3, 29 and 5D. RGB value is (211,41,93). Sum of RGB (Red+Green+Blue) = 211+41+93=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D3295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3295D is #2CD6A2. Grayscale: #616161. Windows color (decimal): -2938531 or 6105555. OLE color: 6105555.
HSL color Cylindrical-coordinate representation of color #D3295D: hue angle of 341.65º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3295D is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 93 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.17 |
| HSL | 341.65º | 0.67% | 0.49% | - |
| HSV(B) | 341.65º | 0.81% | 0.83% | - |
| XYZ | 29.63 | 16.23 | 11.93 | - |
| YUV | 97.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 93 | 0 | 0.81 | 0.56 | 0.17 | 341.65 | 0.67 | 0.49 |
| Hex | D3 | 29 | 5D | 0 | 51 | 38 | 11 | 156 | 43 | 31 |
| Octal | 323 | 51 | 135 | 0 | 121 | 70 | 21 | 526 | 103 | 61 |
| Binary | 11010011 | 101001 | 1011101 | 0 | 1010001 | 111000 | 10001 | 101010110 | 1000011 | 110001 |
Color Harmonies of #D3295D
Complementary color
Monochromatic Colors of #D3295D
Black with #D3295D
Text Example
Text Example
White with #D3295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3295D; }
p { color: rgb(211,41,93); }
H1.HeaderClassName
{
color: #D3295D;
}
.AnyTagClassName
{
color: #D3295D;
}
</style>
background-color css
<style>
a { background-color: #D3295D; }
a { background-color: rgb(211,41,93); }
div.DivClassName
{
background-color: #D3295D;
}
.BgClassName
{
background-color: #D3295D;
}
</style>
border-color css
<style>
span { border-color: #D3295D; }
span { border-color: rgb(211,41,93); }
td.TdClassName
{
border-color: #D3295D;
}
.TagClassName
{
border-color: #D3295D;
}
</style>