Shades of Cerise #D03B6D
Tints of Cerise #D03B6D
RGB
CMYK
RGB Variations
Color information
#D03B6D (or 0xD03B6D) is known color: Cerise. HEX triplet: D0, 3B and 6D. RGB value is (208,59,109). Sum of RGB (Red+Green+Blue) = 208+59+109=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B6D is #2FC492. Grayscale: #6D6D6D. Windows color (decimal): -3130515 or 7158736. OLE color: 7158736.
HSL color Cylindrical-coordinate representation of color #D03B6D: hue angle of 339.87º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03B6D is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 109 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.18 |
| HSL | 339.87º | 0.61% | 0.52% | - |
| HSV(B) | 339.87º | 0.72% | 0.82% | - |
| XYZ | 30.34 | 17.64 | 16.27 | - |
| YUV | 109.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 109 | 0 | 0.72 | 0.48 | 0.18 | 339.87 | 0.61 | 0.52 |
| Hex | D0 | 3B | 6D | 0 | 48 | 30 | 12 | 154 | 3D | 34 |
| Octal | 320 | 73 | 155 | 0 | 110 | 60 | 22 | 524 | 75 | 64 |
| Binary | 11010000 | 111011 | 1101101 | 0 | 1001000 | 110000 | 10010 | 101010100 | 111101 | 110100 |
Color Harmonies of #D03B6D
Complementary color
Monochromatic Colors of #D03B6D
Black with #D03B6D
Text Example
Text Example
White with #D03B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B6D; }
p { color: rgb(208,59,109); }
H1.HeaderClassName
{
color: #D03B6D;
}
.AnyTagClassName
{
color: #D03B6D;
}
</style>
background-color css
<style>
a { background-color: #D03B6D; }
a { background-color: rgb(208,59,109); }
div.DivClassName
{
background-color: #D03B6D;
}
.BgClassName
{
background-color: #D03B6D;
}
</style>
border-color css
<style>
span { border-color: #D03B6D; }
span { border-color: rgb(208,59,109); }
td.TdClassName
{
border-color: #D03B6D;
}
.TagClassName
{
border-color: #D03B6D;
}
</style>