Shades of Cerise #D0375D
Tints of Cerise #D0375D
RGB
CMYK
RGB Variations
Color information
#D0375D (or 0xD0375D) is known color: Cerise. HEX triplet: D0, 37 and 5D. RGB value is (208,55,93). Sum of RGB (Red+Green+Blue) = 208+55+93=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0375D is #2FC8A2. Grayscale: #696969. Windows color (decimal): -3131555 or 6109136. OLE color: 6109136.
HSL color Cylindrical-coordinate representation of color #D0375D: hue angle of 345.1º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0375D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 93 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.18 |
| HSL | 345.1º | 0.62% | 0.52% | - |
| HSV(B) | 345.1º | 0.74% | 0.82% | - |
| XYZ | 29.35 | 16.93 | 12.08 | - |
| YUV | 105.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 93 | 0 | 0.74 | 0.55 | 0.18 | 345.1 | 0.62 | 0.52 |
| Hex | D0 | 37 | 5D | 0 | 4A | 37 | 12 | 159 | 3E | 34 |
| Octal | 320 | 67 | 135 | 0 | 112 | 67 | 22 | 531 | 76 | 64 |
| Binary | 11010000 | 110111 | 1011101 | 0 | 1001010 | 110111 | 10010 | 101011001 | 111110 | 110100 |
Color Harmonies of #D0375D
Complementary color
Monochromatic Colors of #D0375D
Black with #D0375D
Text Example
Text Example
White with #D0375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0375D; }
p { color: rgb(208,55,93); }
H1.HeaderClassName
{
color: #D0375D;
}
.AnyTagClassName
{
color: #D0375D;
}
</style>
background-color css
<style>
a { background-color: #D0375D; }
a { background-color: rgb(208,55,93); }
div.DivClassName
{
background-color: #D0375D;
}
.BgClassName
{
background-color: #D0375D;
}
</style>
border-color css
<style>
span { border-color: #D0375D; }
span { border-color: rgb(208,55,93); }
td.TdClassName
{
border-color: #D0375D;
}
.TagClassName
{
border-color: #D0375D;
}
</style>