Shades of Deep Cerise #D83A7D
Tints of Deep Cerise #D83A7D
RGB
CMYK
RGB Variations
Color information
#D83A7D (or 0xD83A7D) is known color: Deep Cerise. HEX triplet: D8, 3A and 7D. RGB value is (216,58,125). Sum of RGB (Red+Green+Blue) = 216+58+125=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83A7D is #27C582. Grayscale: #707070. Windows color (decimal): -2606467 or 8207064. OLE color: 8207064.
HSL color Cylindrical-coordinate representation of color #D83A7D: hue angle of 334.56º 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 #D83A7D is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 125 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.15 |
| HSL | 334.56º | 0.67% | 0.54% | - |
| HSV(B) | 334.56º | 0.73% | 0.85% | - |
| XYZ | 33.53 | 19.11 | 21.32 | - |
| YUV | 112.88 | 134.85 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 125 | 0 | 0.73 | 0.42 | 0.15 | 334.56 | 0.67 | 0.54 |
| Hex | D8 | 3A | 7D | 0 | 49 | 2A | F | 14F | 43 | 36 |
| Octal | 330 | 72 | 175 | 0 | 111 | 52 | 17 | 517 | 103 | 66 |
| Binary | 11011000 | 111010 | 1111101 | 0 | 1001001 | 101010 | 1111 | 101001111 | 1000011 | 110110 |
Color Harmonies of #D83A7D
Complementary color
Monochromatic Colors of #D83A7D
Black with #D83A7D
Text Example
Text Example
White with #D83A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A7D; }
p { color: rgb(216,58,125); }
H1.HeaderClassName
{
color: #D83A7D;
}
.AnyTagClassName
{
color: #D83A7D;
}
</style>
background-color css
<style>
a { background-color: #D83A7D; }
a { background-color: rgb(216,58,125); }
div.DivClassName
{
background-color: #D83A7D;
}
.BgClassName
{
background-color: #D83A7D;
}
</style>
border-color css
<style>
span { border-color: #D83A7D; }
span { border-color: rgb(216,58,125); }
td.TdClassName
{
border-color: #D83A7D;
}
.TagClassName
{
border-color: #D83A7D;
}
</style>