Shades of Cerise #D0346E
Tints of Cerise #D0346E
RGB
CMYK
RGB Variations
Color information
#D0346E (or 0xD0346E) is known color: Cerise. HEX triplet: D0, 34 and 6E. RGB value is (208,52,110). Sum of RGB (Red+Green+Blue) = 208+52+110=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0346E is #2FCB91. Grayscale: #696969. Windows color (decimal): -3132306 or 7222480. OLE color: 7222480.
HSL color Cylindrical-coordinate representation of color #D0346E: hue angle of 337.69º 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 #D0346E is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 110 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.18 |
| HSL | 337.69º | 0.62% | 0.51% | - |
| HSV(B) | 337.69º | 0.75% | 0.82% | - |
| XYZ | 30.05 | 16.99 | 16.45 | - |
| YUV | 105.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 110 | 0 | 0.75 | 0.47 | 0.18 | 337.69 | 0.62 | 0.51 |
| Hex | D0 | 34 | 6E | 0 | 4B | 2F | 12 | 152 | 3E | 33 |
| Octal | 320 | 64 | 156 | 0 | 113 | 57 | 22 | 522 | 76 | 63 |
| Binary | 11010000 | 110100 | 1101110 | 0 | 1001011 | 101111 | 10010 | 101010010 | 111110 | 110011 |
Color Harmonies of #D0346E
Complementary color
Monochromatic Colors of #D0346E
Black with #D0346E
Text Example
Text Example
White with #D0346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0346E; }
p { color: rgb(208,52,110); }
H1.HeaderClassName
{
color: #D0346E;
}
.AnyTagClassName
{
color: #D0346E;
}
</style>
background-color css
<style>
a { background-color: #D0346E; }
a { background-color: rgb(208,52,110); }
div.DivClassName
{
background-color: #D0346E;
}
.BgClassName
{
background-color: #D0346E;
}
</style>
border-color css
<style>
span { border-color: #D0346E; }
span { border-color: rgb(208,52,110); }
td.TdClassName
{
border-color: #D0346E;
}
.TagClassName
{
border-color: #D0346E;
}
</style>