Shades of Cerise #D2375C
Tints of Cerise #D2375C
RGB
CMYK
RGB Variations
Color information
#D2375C (or 0xD2375C) is known color: Cerise. HEX triplet: D2, 37 and 5C. RGB value is (210,55,92). Sum of RGB (Red+Green+Blue) = 210+55+92=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2375C is #2DC8A3. Grayscale: #696969. Windows color (decimal): -3000484 or 6043602. OLE color: 6043602.
HSL color Cylindrical-coordinate representation of color #D2375C: hue angle of 345.68º degrees, saturation: 0.63, 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 #D2375C is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 92 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.18 |
| HSL | 345.68º | 0.63% | 0.52% | - |
| HSV(B) | 345.68º | 0.74% | 0.82% | - |
| XYZ | 29.88 | 17.21 | 11.87 | - |
| YUV | 105.56 | 120.35 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 92 | 0 | 0.74 | 0.56 | 0.18 | 345.68 | 0.63 | 0.52 |
| Hex | D2 | 37 | 5C | 0 | 4A | 38 | 12 | 15A | 3F | 34 |
| Octal | 322 | 67 | 134 | 0 | 112 | 70 | 22 | 532 | 77 | 64 |
| Binary | 11010010 | 110111 | 1011100 | 0 | 1001010 | 111000 | 10010 | 101011010 | 111111 | 110100 |
Color Harmonies of #D2375C
Complementary color
Monochromatic Colors of #D2375C
Black with #D2375C
Text Example
Text Example
White with #D2375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2375C; }
p { color: rgb(210,55,92); }
H1.HeaderClassName
{
color: #D2375C;
}
.AnyTagClassName
{
color: #D2375C;
}
</style>
background-color css
<style>
a { background-color: #D2375C; }
a { background-color: rgb(210,55,92); }
div.DivClassName
{
background-color: #D2375C;
}
.BgClassName
{
background-color: #D2375C;
}
</style>
border-color css
<style>
span { border-color: #D2375C; }
span { border-color: rgb(210,55,92); }
td.TdClassName
{
border-color: #D2375C;
}
.TagClassName
{
border-color: #D2375C;
}
</style>