Shades of Cerise #D3375A
Tints of Cerise #D3375A
RGB
CMYK
RGB Variations
Color information
#D3375A (or 0xD3375A) is known color: Cerise. HEX triplet: D3, 37 and 5A. RGB value is (211,55,90). Sum of RGB (Red+Green+Blue) = 211+55+90=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D3375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3375A is #2CC8A5. Grayscale: #696969. Windows color (decimal): -2934950 or 5912531. OLE color: 5912531.
HSL color Cylindrical-coordinate representation of color #D3375A: hue angle of 346.54º 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 #D3375A is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 90 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.17 |
| HSL | 346.54º | 0.64% | 0.52% | - |
| HSV(B) | 346.54º | 0.74% | 0.83% | - |
| XYZ | 30.08 | 17.32 | 11.43 | - |
| YUV | 105.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 90 | 0 | 0.74 | 0.57 | 0.17 | 346.54 | 0.64 | 0.52 |
| Hex | D3 | 37 | 5A | 0 | 4A | 39 | 11 | 15B | 40 | 34 |
| Octal | 323 | 67 | 132 | 0 | 112 | 71 | 21 | 533 | 100 | 64 |
| Binary | 11010011 | 110111 | 1011010 | 0 | 1001010 | 111001 | 10001 | 101011011 | 1000000 | 110100 |
Color Harmonies of #D3375A
Complementary color
Monochromatic Colors of #D3375A
Black with #D3375A
Text Example
Text Example
White with #D3375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3375A; }
p { color: rgb(211,55,90); }
H1.HeaderClassName
{
color: #D3375A;
}
.AnyTagClassName
{
color: #D3375A;
}
</style>
background-color css
<style>
a { background-color: #D3375A; }
a { background-color: rgb(211,55,90); }
div.DivClassName
{
background-color: #D3375A;
}
.BgClassName
{
background-color: #D3375A;
}
</style>
border-color css
<style>
span { border-color: #D3375A; }
span { border-color: rgb(211,55,90); }
td.TdClassName
{
border-color: #D3375A;
}
.TagClassName
{
border-color: #D3375A;
}
</style>