Shades of Cerise #D83A5B
Tints of Cerise #D83A5B
RGB
CMYK
RGB Variations
Color information
#D83A5B (or 0xD83A5B) is known color: Cerise. HEX triplet: D8, 3A and 5B. RGB value is (216,58,91). Sum of RGB (Red+Green+Blue) = 216+58+91=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83A5B is #27C5A4. Grayscale: #6D6D6D. Windows color (decimal): -2606501 or 5978840. OLE color: 5978840.
HSL color Cylindrical-coordinate representation of color #D83A5B: hue angle of 347.47º 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 #D83A5B is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 91 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.15 |
| HSL | 347.47º | 0.67% | 0.54% | - |
| HSV(B) | 347.47º | 0.73% | 0.85% | - |
| XYZ | 31.72 | 18.38 | 11.77 | - |
| YUV | 109 | 117.85 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 91 | 0 | 0.73 | 0.58 | 0.15 | 347.47 | 0.67 | 0.54 |
| Hex | D8 | 3A | 5B | 0 | 49 | 3A | F | 15B | 43 | 36 |
| Octal | 330 | 72 | 133 | 0 | 111 | 72 | 17 | 533 | 103 | 66 |
| Binary | 11011000 | 111010 | 1011011 | 0 | 1001001 | 111010 | 1111 | 101011011 | 1000011 | 110110 |
Color Harmonies of #D83A5B
Complementary color
Monochromatic Colors of #D83A5B
Black with #D83A5B
Text Example
Text Example
White with #D83A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A5B; }
p { color: rgb(216,58,91); }
H1.HeaderClassName
{
color: #D83A5B;
}
.AnyTagClassName
{
color: #D83A5B;
}
</style>
background-color css
<style>
a { background-color: #D83A5B; }
a { background-color: rgb(216,58,91); }
div.DivClassName
{
background-color: #D83A5B;
}
.BgClassName
{
background-color: #D83A5B;
}
</style>
border-color css
<style>
span { border-color: #D83A5B; }
span { border-color: rgb(216,58,91); }
td.TdClassName
{
border-color: #D83A5B;
}
.TagClassName
{
border-color: #D83A5B;
}
</style>