Shades of Cerise #D03D5B
Tints of Cerise #D03D5B
RGB
CMYK
RGB Variations
Color information
#D03D5B (or 0xD03D5B) is known color: Cerise. HEX triplet: D0, 3D and 5B. RGB value is (208,61,91). Sum of RGB (Red+Green+Blue) = 208+61+91=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D5B is #2FC2A4. Grayscale: #6C6C6C. Windows color (decimal): -3130021 or 5979600. OLE color: 5979600.
HSL color Cylindrical-coordinate representation of color #D03D5B: hue angle of 347.76º 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 #D03D5B is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 91 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.18 |
| HSL | 347.76º | 0.61% | 0.53% | - |
| HSV(B) | 347.76º | 0.71% | 0.82% | - |
| XYZ | 29.57 | 17.5 | 11.72 | - |
| YUV | 108.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 91 | 0 | 0.71 | 0.56 | 0.18 | 347.76 | 0.61 | 0.53 |
| Hex | D0 | 3D | 5B | 0 | 47 | 38 | 12 | 15C | 3D | 35 |
| Octal | 320 | 75 | 133 | 0 | 107 | 70 | 22 | 534 | 75 | 65 |
| Binary | 11010000 | 111101 | 1011011 | 0 | 1000111 | 111000 | 10010 | 101011100 | 111101 | 110101 |
Color Harmonies of #D03D5B
Complementary color
Monochromatic Colors of #D03D5B
Black with #D03D5B
Text Example
Text Example
White with #D03D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D5B; }
p { color: rgb(208,61,91); }
H1.HeaderClassName
{
color: #D03D5B;
}
.AnyTagClassName
{
color: #D03D5B;
}
</style>
background-color css
<style>
a { background-color: #D03D5B; }
a { background-color: rgb(208,61,91); }
div.DivClassName
{
background-color: #D03D5B;
}
.BgClassName
{
background-color: #D03D5B;
}
</style>
border-color css
<style>
span { border-color: #D03D5B; }
span { border-color: rgb(208,61,91); }
td.TdClassName
{
border-color: #D03D5B;
}
.TagClassName
{
border-color: #D03D5B;
}
</style>