Shades of Cerise #D83070
Tints of Cerise #D83070
RGB
CMYK
RGB Variations
Color information
#D83070 (or 0xD83070) is known color: Cerise. HEX triplet: D8, 30 and 70. RGB value is (216,48,112). Sum of RGB (Red+Green+Blue) = 216+48+112=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D83070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83070 is #27CF8F. Grayscale: #696969. Windows color (decimal): -2609040 or 7352536. OLE color: 7352536.
HSL color Cylindrical-coordinate representation of color #D83070: hue angle of 337.14º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D83070 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 112 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.15 |
| HSL | 337.14º | 0.68% | 0.52% | - |
| HSV(B) | 337.14º | 0.78% | 0.85% | - |
| XYZ | 32.3 | 17.88 | 17.08 | - |
| YUV | 105.53 | 131.66 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 112 | 0 | 0.78 | 0.48 | 0.15 | 337.14 | 0.68 | 0.52 |
| Hex | D8 | 30 | 70 | 0 | 4E | 30 | F | 151 | 44 | 34 |
| Octal | 330 | 60 | 160 | 0 | 116 | 60 | 17 | 521 | 104 | 64 |
| Binary | 11011000 | 110000 | 1110000 | 0 | 1001110 | 110000 | 1111 | 101010001 | 1000100 | 110100 |
Color Harmonies of #D83070
Complementary color
Monochromatic Colors of #D83070
Black with #D83070
Text Example
Text Example
White with #D83070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83070; }
p { color: rgb(216,48,112); }
H1.HeaderClassName
{
color: #D83070;
}
.AnyTagClassName
{
color: #D83070;
}
</style>
background-color css
<style>
a { background-color: #D83070; }
a { background-color: rgb(216,48,112); }
div.DivClassName
{
background-color: #D83070;
}
.BgClassName
{
background-color: #D83070;
}
</style>
border-color css
<style>
span { border-color: #D83070; }
span { border-color: rgb(216,48,112); }
td.TdClassName
{
border-color: #D83070;
}
.TagClassName
{
border-color: #D83070;
}
</style>