Shades of Cerise #D93D72
Tints of Cerise #D93D72
RGB
CMYK
RGB Variations
Color information
#D93D72 (or 0xD93D72) is known color: Cerise. HEX triplet: D9, 3D and 72. RGB value is (217,61,114). Sum of RGB (Red+Green+Blue) = 217+61+114=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D72 is #26C28D. Grayscale: #717171. Windows color (decimal): -2540174 or 7486937. OLE color: 7486937.
HSL color Cylindrical-coordinate representation of color #D93D72: hue angle of 339.62º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93D72 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 114 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.15 |
| HSL | 339.62º | 0.67% | 0.55% | - |
| HSV(B) | 339.62º | 0.72% | 0.85% | - |
| XYZ | 33.32 | 19.3 | 17.89 | - |
| YUV | 113.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 114 | 0 | 0.72 | 0.47 | 0.15 | 339.62 | 0.67 | 0.55 |
| Hex | D9 | 3D | 72 | 0 | 48 | 2F | F | 154 | 43 | 37 |
| Octal | 331 | 75 | 162 | 0 | 110 | 57 | 17 | 524 | 103 | 67 |
| Binary | 11011001 | 111101 | 1110010 | 0 | 1001000 | 101111 | 1111 | 101010100 | 1000011 | 110111 |
Color Harmonies of #D93D72
Complementary color
Monochromatic Colors of #D93D72
Black with #D93D72
Text Example
Text Example
White with #D93D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D72; }
p { color: rgb(217,61,114); }
H1.HeaderClassName
{
color: #D93D72;
}
.AnyTagClassName
{
color: #D93D72;
}
</style>
background-color css
<style>
a { background-color: #D93D72; }
a { background-color: rgb(217,61,114); }
div.DivClassName
{
background-color: #D93D72;
}
.BgClassName
{
background-color: #D93D72;
}
</style>
border-color css
<style>
span { border-color: #D93D72; }
span { border-color: rgb(217,61,114); }
td.TdClassName
{
border-color: #D93D72;
}
.TagClassName
{
border-color: #D93D72;
}
</style>