Shades of Cerise #D73D68
Tints of Cerise #D73D68
RGB
CMYK
RGB Variations
Color information
#D73D68 (or 0xD73D68) is known color: Cerise. HEX triplet: D7, 3D and 68. RGB value is (215,61,104). Sum of RGB (Red+Green+Blue) = 215+61+104=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73D68 is #28C297. Grayscale: #6F6F6F. Windows color (decimal): -2671256 or 6831575. OLE color: 6831575.
HSL color Cylindrical-coordinate representation of color #D73D68: hue angle of 343.25º 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 #D73D68 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 104 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.16 |
| HSL | 343.25º | 0.66% | 0.54% | - |
| HSV(B) | 343.25º | 0.72% | 0.84% | - |
| XYZ | 32.19 | 18.78 | 15.03 | - |
| YUV | 111.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 104 | 0 | 0.72 | 0.52 | 0.16 | 343.25 | 0.66 | 0.54 |
| Hex | D7 | 3D | 68 | 0 | 48 | 34 | 10 | 157 | 42 | 36 |
| Octal | 327 | 75 | 150 | 0 | 110 | 64 | 20 | 527 | 102 | 66 |
| Binary | 11010111 | 111101 | 1101000 | 0 | 1001000 | 110100 | 10000 | 101010111 | 1000010 | 110110 |
Color Harmonies of #D73D68
Complementary color
Monochromatic Colors of #D73D68
Black with #D73D68
Text Example
Text Example
White with #D73D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D68; }
p { color: rgb(215,61,104); }
H1.HeaderClassName
{
color: #D73D68;
}
.AnyTagClassName
{
color: #D73D68;
}
</style>
background-color css
<style>
a { background-color: #D73D68; }
a { background-color: rgb(215,61,104); }
div.DivClassName
{
background-color: #D73D68;
}
.BgClassName
{
background-color: #D73D68;
}
</style>
border-color css
<style>
span { border-color: #D73D68; }
span { border-color: rgb(215,61,104); }
td.TdClassName
{
border-color: #D73D68;
}
.TagClassName
{
border-color: #D73D68;
}
</style>