Shades of Cerise #D73F68
Tints of Cerise #D73F68
RGB
CMYK
RGB Variations
Color information
#D73F68 (or 0xD73F68) is known color: Cerise. HEX triplet: D7, 3F and 68. RGB value is (215,63,104). Sum of RGB (Red+Green+Blue) = 215+63+104=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73F68 is #28C097. Grayscale: #717171. Windows color (decimal): -2670744 or 6832087. OLE color: 6832087.
HSL color Cylindrical-coordinate representation of color #D73F68: hue angle of 343.82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73F68 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 104 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.16 |
| HSL | 343.82º | 0.66% | 0.55% | - |
| HSV(B) | 343.82º | 0.71% | 0.84% | - |
| XYZ | 32.3 | 19 | 15.06 | - |
| YUV | 113.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 104 | 0 | 0.71 | 0.52 | 0.16 | 343.82 | 0.66 | 0.55 |
| Hex | D7 | 3F | 68 | 0 | 47 | 34 | 10 | 158 | 42 | 37 |
| Octal | 327 | 77 | 150 | 0 | 107 | 64 | 20 | 530 | 102 | 67 |
| Binary | 11010111 | 111111 | 1101000 | 0 | 1000111 | 110100 | 10000 | 101011000 | 1000010 | 110111 |
Color Harmonies of #D73F68
Complementary color
Monochromatic Colors of #D73F68
Black with #D73F68
Text Example
Text Example
White with #D73F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F68; }
p { color: rgb(215,63,104); }
H1.HeaderClassName
{
color: #D73F68;
}
.AnyTagClassName
{
color: #D73F68;
}
</style>
background-color css
<style>
a { background-color: #D73F68; }
a { background-color: rgb(215,63,104); }
div.DivClassName
{
background-color: #D73F68;
}
.BgClassName
{
background-color: #D73F68;
}
</style>
border-color css
<style>
span { border-color: #D73F68; }
span { border-color: rgb(215,63,104); }
td.TdClassName
{
border-color: #D73F68;
}
.TagClassName
{
border-color: #D73F68;
}
</style>