Shades of Cerise #D73D6C
Tints of Cerise #D73D6C
RGB
CMYK
RGB Variations
Color information
#D73D6C (or 0xD73D6C) is known color: Cerise. HEX triplet: D7, 3D and 6C. RGB value is (215,61,108). Sum of RGB (Red+Green+Blue) = 215+61+108=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73D6C is #28C293. Grayscale: #707070. Windows color (decimal): -2671252 or 7093719. OLE color: 7093719.
HSL color Cylindrical-coordinate representation of color #D73D6C: hue angle of 341.69º 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 #D73D6C is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 108 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.16 |
| HSL | 341.69º | 0.66% | 0.54% | - |
| HSV(B) | 341.69º | 0.72% | 0.84% | - |
| XYZ | 32.4 | 18.87 | 16.12 | - |
| YUV | 112.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 108 | 0 | 0.72 | 0.50 | 0.16 | 341.69 | 0.66 | 0.54 |
| Hex | D7 | 3D | 6C | 0 | 48 | 32 | 10 | 156 | 42 | 36 |
| Octal | 327 | 75 | 154 | 0 | 110 | 62 | 20 | 526 | 102 | 66 |
| Binary | 11010111 | 111101 | 1101100 | 0 | 1001000 | 110010 | 10000 | 101010110 | 1000010 | 110110 |
Color Harmonies of #D73D6C
Complementary color
Monochromatic Colors of #D73D6C
Black with #D73D6C
Text Example
Text Example
White with #D73D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D6C; }
p { color: rgb(215,61,108); }
H1.HeaderClassName
{
color: #D73D6C;
}
.AnyTagClassName
{
color: #D73D6C;
}
</style>
background-color css
<style>
a { background-color: #D73D6C; }
a { background-color: rgb(215,61,108); }
div.DivClassName
{
background-color: #D73D6C;
}
.BgClassName
{
background-color: #D73D6C;
}
</style>
border-color css
<style>
span { border-color: #D73D6C; }
span { border-color: rgb(215,61,108); }
td.TdClassName
{
border-color: #D73D6C;
}
.TagClassName
{
border-color: #D73D6C;
}
</style>