Shades of Cerise #D03B6C
Tints of Cerise #D03B6C
RGB
CMYK
RGB Variations
Color information
#D03B6C (or 0xD03B6C) is known color: Cerise. HEX triplet: D0, 3B and 6C. RGB value is (208,59,108). Sum of RGB (Red+Green+Blue) = 208+59+108=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B6C is #2FC493. Grayscale: #6D6D6D. Windows color (decimal): -3130516 or 7093200. OLE color: 7093200.
HSL color Cylindrical-coordinate representation of color #D03B6C: hue angle of 340.27º 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 #D03B6C is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 108 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.18 |
| HSL | 340.27º | 0.61% | 0.52% | - |
| HSV(B) | 340.27º | 0.72% | 0.82% | - |
| XYZ | 30.28 | 17.62 | 15.99 | - |
| YUV | 109.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 108 | 0 | 0.72 | 0.48 | 0.18 | 340.27 | 0.61 | 0.52 |
| Hex | D0 | 3B | 6C | 0 | 48 | 30 | 12 | 154 | 3D | 34 |
| Octal | 320 | 73 | 154 | 0 | 110 | 60 | 22 | 524 | 75 | 64 |
| Binary | 11010000 | 111011 | 1101100 | 0 | 1001000 | 110000 | 10010 | 101010100 | 111101 | 110100 |
Color Harmonies of #D03B6C
Complementary color
Monochromatic Colors of #D03B6C
Black with #D03B6C
Text Example
Text Example
White with #D03B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B6C; }
p { color: rgb(208,59,108); }
H1.HeaderClassName
{
color: #D03B6C;
}
.AnyTagClassName
{
color: #D03B6C;
}
</style>
background-color css
<style>
a { background-color: #D03B6C; }
a { background-color: rgb(208,59,108); }
div.DivClassName
{
background-color: #D03B6C;
}
.BgClassName
{
background-color: #D03B6C;
}
</style>
border-color css
<style>
span { border-color: #D03B6C; }
span { border-color: rgb(208,59,108); }
td.TdClassName
{
border-color: #D03B6C;
}
.TagClassName
{
border-color: #D03B6C;
}
</style>