Shades of Cerise #D03D6D
Tints of Cerise #D03D6D
RGB
CMYK
RGB Variations
Color information
#D03D6D (or 0xD03D6D) is known color: Cerise. HEX triplet: D0, 3D and 6D. RGB value is (208,61,109). Sum of RGB (Red+Green+Blue) = 208+61+109=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D6D is #2FC292. Grayscale: #6E6E6E. Windows color (decimal): -3130003 or 7159248. OLE color: 7159248.
HSL color Cylindrical-coordinate representation of color #D03D6D: hue angle of 340.41º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03D6D is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 109 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.18 |
| HSL | 340.41º | 0.61% | 0.53% | - |
| HSV(B) | 340.41º | 0.71% | 0.82% | - |
| XYZ | 30.44 | 17.85 | 16.31 | - |
| YUV | 110.43 | 127.2 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 109 | 0 | 0.71 | 0.48 | 0.18 | 340.41 | 0.61 | 0.53 |
| Hex | D0 | 3D | 6D | 0 | 47 | 30 | 12 | 154 | 3D | 35 |
| Octal | 320 | 75 | 155 | 0 | 107 | 60 | 22 | 524 | 75 | 65 |
| Binary | 11010000 | 111101 | 1101101 | 0 | 1000111 | 110000 | 10010 | 101010100 | 111101 | 110101 |
Color Harmonies of #D03D6D
Complementary color
Monochromatic Colors of #D03D6D
Black with #D03D6D
Text Example
Text Example
White with #D03D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D6D; }
p { color: rgb(208,61,109); }
H1.HeaderClassName
{
color: #D03D6D;
}
.AnyTagClassName
{
color: #D03D6D;
}
</style>
background-color css
<style>
a { background-color: #D03D6D; }
a { background-color: rgb(208,61,109); }
div.DivClassName
{
background-color: #D03D6D;
}
.BgClassName
{
background-color: #D03D6D;
}
</style>
border-color css
<style>
span { border-color: #D03D6D; }
span { border-color: rgb(208,61,109); }
td.TdClassName
{
border-color: #D03D6D;
}
.TagClassName
{
border-color: #D03D6D;
}
</style>