Shades of Deep Cerise #D83B7E
Tints of Deep Cerise #D83B7E
RGB
CMYK
RGB Variations
Color information
#D83B7E (or 0xD83B7E) is known color: Deep Cerise. HEX triplet: D8, 3B and 7E. RGB value is (216,59,126). Sum of RGB (Red+Green+Blue) = 216+59+126=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83B7E is #27C481. Grayscale: #717171. Windows color (decimal): -2606210 or 8272856. OLE color: 8272856.
HSL color Cylindrical-coordinate representation of color #D83B7E: hue angle of 334.39º 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 #D83B7E is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 126 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.15 |
| HSL | 334.39º | 0.67% | 0.54% | - |
| HSV(B) | 334.39º | 0.73% | 0.85% | - |
| XYZ | 33.65 | 19.23 | 21.68 | - |
| YUV | 113.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 126 | 0 | 0.73 | 0.42 | 0.15 | 334.39 | 0.67 | 0.54 |
| Hex | D8 | 3B | 7E | 0 | 49 | 2A | F | 14E | 43 | 36 |
| Octal | 330 | 73 | 176 | 0 | 111 | 52 | 17 | 516 | 103 | 66 |
| Binary | 11011000 | 111011 | 1111110 | 0 | 1001001 | 101010 | 1111 | 101001110 | 1000011 | 110110 |
Color Harmonies of #D83B7E
Complementary color
Monochromatic Colors of #D83B7E
Black with #D83B7E
Text Example
Text Example
White with #D83B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B7E; }
p { color: rgb(216,59,126); }
H1.HeaderClassName
{
color: #D83B7E;
}
.AnyTagClassName
{
color: #D83B7E;
}
</style>
background-color css
<style>
a { background-color: #D83B7E; }
a { background-color: rgb(216,59,126); }
div.DivClassName
{
background-color: #D83B7E;
}
.BgClassName
{
background-color: #D83B7E;
}
</style>
border-color css
<style>
span { border-color: #D83B7E; }
span { border-color: rgb(216,59,126); }
td.TdClassName
{
border-color: #D83B7E;
}
.TagClassName
{
border-color: #D83B7E;
}
</style>