Shades of Cerise #D03B5D
Tints of Cerise #D03B5D
RGB
CMYK
RGB Variations
Color information
#D03B5D (or 0xD03B5D) is known color: Cerise. HEX triplet: D0, 3B and 5D. RGB value is (208,59,93). Sum of RGB (Red+Green+Blue) = 208+59+93=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B5D is #2FC4A2. Grayscale: #6B6B6B. Windows color (decimal): -3130531 or 6110160. OLE color: 6110160.
HSL color Cylindrical-coordinate representation of color #D03B5D: hue angle of 346.31º 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 #D03B5D is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 93 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.18 |
| HSL | 346.31º | 0.61% | 0.52% | - |
| HSV(B) | 346.31º | 0.72% | 0.82% | - |
| XYZ | 29.55 | 17.33 | 12.14 | - |
| YUV | 107.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 93 | 0 | 0.72 | 0.55 | 0.18 | 346.31 | 0.61 | 0.52 |
| Hex | D0 | 3B | 5D | 0 | 48 | 37 | 12 | 15A | 3D | 34 |
| Octal | 320 | 73 | 135 | 0 | 110 | 67 | 22 | 532 | 75 | 64 |
| Binary | 11010000 | 111011 | 1011101 | 0 | 1001000 | 110111 | 10010 | 101011010 | 111101 | 110100 |
Color Harmonies of #D03B5D
Complementary color
Monochromatic Colors of #D03B5D
Black with #D03B5D
Text Example
Text Example
White with #D03B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B5D; }
p { color: rgb(208,59,93); }
H1.HeaderClassName
{
color: #D03B5D;
}
.AnyTagClassName
{
color: #D03B5D;
}
</style>
background-color css
<style>
a { background-color: #D03B5D; }
a { background-color: rgb(208,59,93); }
div.DivClassName
{
background-color: #D03B5D;
}
.BgClassName
{
background-color: #D03B5D;
}
</style>
border-color css
<style>
span { border-color: #D03B5D; }
span { border-color: rgb(208,59,93); }
td.TdClassName
{
border-color: #D03B5D;
}
.TagClassName
{
border-color: #D03B5D;
}
</style>