Shades of Cerise #D03B5B
Tints of Cerise #D03B5B
RGB
CMYK
RGB Variations
Color information
#D03B5B (or 0xD03B5B) is known color: Cerise. HEX triplet: D0, 3B and 5B. RGB value is (208,59,91). Sum of RGB (Red+Green+Blue) = 208+59+91=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B5B is #2FC4A4. Grayscale: #6B6B6B. Windows color (decimal): -3130533 or 5979088. OLE color: 5979088.
HSL color Cylindrical-coordinate representation of color #D03B5B: hue angle of 347.11º 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 #D03B5B is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 91 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.18 |
| HSL | 347.11º | 0.61% | 0.52% | - |
| HSV(B) | 347.11º | 0.72% | 0.82% | - |
| XYZ | 29.46 | 17.29 | 11.68 | - |
| YUV | 107.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 91 | 0 | 0.72 | 0.56 | 0.18 | 347.11 | 0.61 | 0.52 |
| Hex | D0 | 3B | 5B | 0 | 48 | 38 | 12 | 15B | 3D | 34 |
| Octal | 320 | 73 | 133 | 0 | 110 | 70 | 22 | 533 | 75 | 64 |
| Binary | 11010000 | 111011 | 1011011 | 0 | 1001000 | 111000 | 10010 | 101011011 | 111101 | 110100 |
Color Harmonies of #D03B5B
Complementary color
Monochromatic Colors of #D03B5B
Black with #D03B5B
Text Example
Text Example
White with #D03B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B5B; }
p { color: rgb(208,59,91); }
H1.HeaderClassName
{
color: #D03B5B;
}
.AnyTagClassName
{
color: #D03B5B;
}
</style>
background-color css
<style>
a { background-color: #D03B5B; }
a { background-color: rgb(208,59,91); }
div.DivClassName
{
background-color: #D03B5B;
}
.BgClassName
{
background-color: #D03B5B;
}
</style>
border-color css
<style>
span { border-color: #D03B5B; }
span { border-color: rgb(208,59,91); }
td.TdClassName
{
border-color: #D03B5B;
}
.TagClassName
{
border-color: #D03B5B;
}
</style>