Shades of Deep Cerise #D73D7A
Tints of Deep Cerise #D73D7A
RGB
CMYK
RGB Variations
Color information
#D73D7A (or 0xD73D7A) is known color: Deep Cerise. HEX triplet: D7, 3D and 7A. RGB value is (215,61,122). Sum of RGB (Red+Green+Blue) = 215+61+122=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73D7A is #28C285. Grayscale: #717171. Windows color (decimal): -2671238 or 8011223. OLE color: 8011223.
HSL color Cylindrical-coordinate representation of color #D73D7A: hue angle of 336.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73D7A is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 122 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.16 |
| HSL | 336.23º | 0.66% | 0.54% | - |
| HSV(B) | 336.23º | 0.72% | 0.84% | - |
| XYZ | 33.21 | 19.19 | 20.37 | - |
| YUV | 114 | 132.52 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 122 | 0 | 0.72 | 0.43 | 0.16 | 336.23 | 0.66 | 0.54 |
| Hex | D7 | 3D | 7A | 0 | 48 | 2B | 10 | 150 | 42 | 36 |
| Octal | 327 | 75 | 172 | 0 | 110 | 53 | 20 | 520 | 102 | 66 |
| Binary | 11010111 | 111101 | 1111010 | 0 | 1001000 | 101011 | 10000 | 101010000 | 1000010 | 110110 |
Color Harmonies of #D73D7A
Complementary color
Monochromatic Colors of #D73D7A
Black with #D73D7A
Text Example
Text Example
White with #D73D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D7A; }
p { color: rgb(215,61,122); }
H1.HeaderClassName
{
color: #D73D7A;
}
.AnyTagClassName
{
color: #D73D7A;
}
</style>
background-color css
<style>
a { background-color: #D73D7A; }
a { background-color: rgb(215,61,122); }
div.DivClassName
{
background-color: #D73D7A;
}
.BgClassName
{
background-color: #D73D7A;
}
</style>
border-color css
<style>
span { border-color: #D73D7A; }
span { border-color: rgb(215,61,122); }
td.TdClassName
{
border-color: #D73D7A;
}
.TagClassName
{
border-color: #D73D7A;
}
</style>