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