Shades of Cerise #D83B5F
Tints of Cerise #D83B5F
RGB
CMYK
RGB Variations
Color information
#D83B5F (or 0xD83B5F) is known color: Cerise. HEX triplet: D8, 3B and 5F. RGB value is (216,59,95). Sum of RGB (Red+Green+Blue) = 216+59+95=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83B5F is #27C4A0. Grayscale: #6E6E6E. Windows color (decimal): -2606241 or 6241240. OLE color: 6241240.
HSL color Cylindrical-coordinate representation of color #D83B5F: hue angle of 346.24º 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 #D83B5F is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 95 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.15 |
| HSL | 346.24º | 0.67% | 0.54% | - |
| HSV(B) | 346.24º | 0.73% | 0.85% | - |
| XYZ | 31.95 | 18.55 | 12.72 | - |
| YUV | 110.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 95 | 0 | 0.73 | 0.56 | 0.15 | 346.24 | 0.67 | 0.54 |
| Hex | D8 | 3B | 5F | 0 | 49 | 38 | F | 15A | 43 | 36 |
| Octal | 330 | 73 | 137 | 0 | 111 | 70 | 17 | 532 | 103 | 66 |
| Binary | 11011000 | 111011 | 1011111 | 0 | 1001001 | 111000 | 1111 | 101011010 | 1000011 | 110110 |
Color Harmonies of #D83B5F
Complementary color
Monochromatic Colors of #D83B5F
Black with #D83B5F
Text Example
Text Example
White with #D83B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B5F; }
p { color: rgb(216,59,95); }
H1.HeaderClassName
{
color: #D83B5F;
}
.AnyTagClassName
{
color: #D83B5F;
}
</style>
background-color css
<style>
a { background-color: #D83B5F; }
a { background-color: rgb(216,59,95); }
div.DivClassName
{
background-color: #D83B5F;
}
.BgClassName
{
background-color: #D83B5F;
}
</style>
border-color css
<style>
span { border-color: #D83B5F; }
span { border-color: rgb(216,59,95); }
td.TdClassName
{
border-color: #D83B5F;
}
.TagClassName
{
border-color: #D83B5F;
}
</style>