Shades of Cerise #D0326D
Tints of Cerise #D0326D
RGB
CMYK
RGB Variations
Color information
#D0326D (or 0xD0326D) is known color: Cerise. HEX triplet: D0, 32 and 6D. RGB value is (208,50,109). Sum of RGB (Red+Green+Blue) = 208+50+109=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0326D is #2FCD92. Grayscale: #676767. Windows color (decimal): -3132819 or 7156432. OLE color: 7156432.
HSL color Cylindrical-coordinate representation of color #D0326D: hue angle of 337.59º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0326D is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 109 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.18 |
| HSL | 337.59º | 0.63% | 0.51% | - |
| HSV(B) | 337.59º | 0.76% | 0.82% | - |
| XYZ | 29.91 | 16.8 | 16.13 | - |
| YUV | 103.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 109 | 0 | 0.76 | 0.48 | 0.18 | 337.59 | 0.63 | 0.51 |
| Hex | D0 | 32 | 6D | 0 | 4C | 30 | 12 | 152 | 3F | 33 |
| Octal | 320 | 62 | 155 | 0 | 114 | 60 | 22 | 522 | 77 | 63 |
| Binary | 11010000 | 110010 | 1101101 | 0 | 1001100 | 110000 | 10010 | 101010010 | 111111 | 110011 |
Color Harmonies of #D0326D
Complementary color
Monochromatic Colors of #D0326D
Black with #D0326D
Text Example
Text Example
White with #D0326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0326D; }
p { color: rgb(208,50,109); }
H1.HeaderClassName
{
color: #D0326D;
}
.AnyTagClassName
{
color: #D0326D;
}
</style>
background-color css
<style>
a { background-color: #D0326D; }
a { background-color: rgb(208,50,109); }
div.DivClassName
{
background-color: #D0326D;
}
.BgClassName
{
background-color: #D0326D;
}
</style>
border-color css
<style>
span { border-color: #D0326D; }
span { border-color: rgb(208,50,109); }
td.TdClassName
{
border-color: #D0326D;
}
.TagClassName
{
border-color: #D0326D;
}
</style>