Shades of Deep Cerise #D73D9A
Tints of Deep Cerise #D73D9A
RGB
CMYK
RGB Variations
Color information
#D73D9A (or 0xD73D9A) is known color: Deep Cerise. HEX triplet: D7, 3D and 9A. RGB value is (215,61,154). Sum of RGB (Red+Green+Blue) = 215+61+154=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73D9A is #28C265. Grayscale: #757575. Windows color (decimal): -2671206 or 10108375. OLE color: 10108375.
HSL color Cylindrical-coordinate representation of color #D73D9A: hue angle of 323.77º 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 #D73D9A is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 154 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.16 |
| HSL | 323.77º | 0.66% | 0.54% | - |
| HSV(B) | 323.77º | 0.72% | 0.84% | - |
| XYZ | 35.53 | 20.12 | 32.58 | - |
| YUV | 117.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 154 | 0 | 0.72 | 0.28 | 0.16 | 323.77 | 0.66 | 0.54 |
| Hex | D7 | 3D | 9A | 0 | 48 | 1C | 10 | 144 | 42 | 36 |
| Octal | 327 | 75 | 232 | 0 | 110 | 34 | 20 | 504 | 102 | 66 |
| Binary | 11010111 | 111101 | 10011010 | 0 | 1001000 | 11100 | 10000 | 101000100 | 1000010 | 110110 |
Color Harmonies of #D73D9A
Complementary color
Monochromatic Colors of #D73D9A
Black with #D73D9A
Text Example
Text Example
White with #D73D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D9A; }
p { color: rgb(215,61,154); }
H1.HeaderClassName
{
color: #D73D9A;
}
.AnyTagClassName
{
color: #D73D9A;
}
</style>
background-color css
<style>
a { background-color: #D73D9A; }
a { background-color: rgb(215,61,154); }
div.DivClassName
{
background-color: #D73D9A;
}
.BgClassName
{
background-color: #D73D9A;
}
</style>
border-color css
<style>
span { border-color: #D73D9A; }
span { border-color: rgb(215,61,154); }
td.TdClassName
{
border-color: #D73D9A;
}
.TagClassName
{
border-color: #D73D9A;
}
</style>