Shades of Cerise #D83B72
Tints of Cerise #D83B72
RGB
CMYK
RGB Variations
Color information
#D83B72 (or 0xD83B72) is known color: Cerise. HEX triplet: D8, 3B and 72. RGB value is (216,59,114). Sum of RGB (Red+Green+Blue) = 216+59+114=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83B72 is #27C48D. Grayscale: #707070. Windows color (decimal): -2606222 or 7486424. OLE color: 7486424.
HSL color Cylindrical-coordinate representation of color #D83B72: hue angle of 338.98º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83B72 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 114 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.15 |
| HSL | 338.98º | 0.67% | 0.54% | - |
| HSV(B) | 338.98º | 0.73% | 0.85% | - |
| XYZ | 32.92 | 18.94 | 17.84 | - |
| YUV | 112.21 | 129.01 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 114 | 0 | 0.73 | 0.47 | 0.15 | 338.98 | 0.67 | 0.54 |
| Hex | D8 | 3B | 72 | 0 | 49 | 2F | F | 153 | 43 | 36 |
| Octal | 330 | 73 | 162 | 0 | 111 | 57 | 17 | 523 | 103 | 66 |
| Binary | 11011000 | 111011 | 1110010 | 0 | 1001001 | 101111 | 1111 | 101010011 | 1000011 | 110110 |
Color Harmonies of #D83B72
Complementary color
Monochromatic Colors of #D83B72
Black with #D83B72
Text Example
Text Example
White with #D83B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B72; }
p { color: rgb(216,59,114); }
H1.HeaderClassName
{
color: #D83B72;
}
.AnyTagClassName
{
color: #D83B72;
}
</style>
background-color css
<style>
a { background-color: #D83B72; }
a { background-color: rgb(216,59,114); }
div.DivClassName
{
background-color: #D83B72;
}
.BgClassName
{
background-color: #D83B72;
}
</style>
border-color css
<style>
span { border-color: #D83B72; }
span { border-color: rgb(216,59,114); }
td.TdClassName
{
border-color: #D83B72;
}
.TagClassName
{
border-color: #D83B72;
}
</style>