Shades of Cerise #D0345E
Tints of Cerise #D0345E
RGB
CMYK
RGB Variations
Color information
#D0345E (or 0xD0345E) is known color: Cerise. HEX triplet: D0, 34 and 5E. RGB value is (208,52,94). Sum of RGB (Red+Green+Blue) = 208+52+94=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0345E is #2FCBA1. Grayscale: #676767. Windows color (decimal): -3132322 or 6173904. OLE color: 6173904.
HSL color Cylindrical-coordinate representation of color #D0345E: hue angle of 343.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0345E is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 94 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.18 |
| HSL | 343.85º | 0.62% | 0.51% | - |
| HSV(B) | 343.85º | 0.75% | 0.82% | - |
| XYZ | 29.26 | 16.67 | 12.27 | - |
| YUV | 103.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 94 | 0 | 0.75 | 0.55 | 0.18 | 343.85 | 0.62 | 0.51 |
| Hex | D0 | 34 | 5E | 0 | 4B | 37 | 12 | 158 | 3E | 33 |
| Octal | 320 | 64 | 136 | 0 | 113 | 67 | 22 | 530 | 76 | 63 |
| Binary | 11010000 | 110100 | 1011110 | 0 | 1001011 | 110111 | 10010 | 101011000 | 111110 | 110011 |
Color Harmonies of #D0345E
Complementary color
Monochromatic Colors of #D0345E
Black with #D0345E
Text Example
Text Example
White with #D0345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0345E; }
p { color: rgb(208,52,94); }
H1.HeaderClassName
{
color: #D0345E;
}
.AnyTagClassName
{
color: #D0345E;
}
</style>
background-color css
<style>
a { background-color: #D0345E; }
a { background-color: rgb(208,52,94); }
div.DivClassName
{
background-color: #D0345E;
}
.BgClassName
{
background-color: #D0345E;
}
</style>
border-color css
<style>
span { border-color: #D0345E; }
span { border-color: rgb(208,52,94); }
td.TdClassName
{
border-color: #D0345E;
}
.TagClassName
{
border-color: #D0345E;
}
</style>