Shades of Cerise #D93374
Tints of Cerise #D93374
RGB
CMYK
RGB Variations
Color information
#D93374 (or 0xD93374) is known color: Cerise. HEX triplet: D9, 33 and 74. RGB value is (217,51,116). Sum of RGB (Red+Green+Blue) = 217+51+116=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D93374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93374 is #26CC8B. Grayscale: #6B6B6B. Windows color (decimal): -2542732 or 7615449. OLE color: 7615449.
HSL color Cylindrical-coordinate representation of color #D93374: hue angle of 336.51º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93374 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 116 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.15 |
| HSL | 336.51º | 0.69% | 0.53% | - |
| HSV(B) | 336.51º | 0.76% | 0.85% | - |
| XYZ | 32.95 | 18.38 | 18.33 | - |
| YUV | 108.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 116 | 0 | 0.76 | 0.47 | 0.15 | 336.51 | 0.69 | 0.53 |
| Hex | D9 | 33 | 74 | 0 | 4C | 2F | F | 151 | 45 | 35 |
| Octal | 331 | 63 | 164 | 0 | 114 | 57 | 17 | 521 | 105 | 65 |
| Binary | 11011001 | 110011 | 1110100 | 0 | 1001100 | 101111 | 1111 | 101010001 | 1000101 | 110101 |
Color Harmonies of #D93374
Complementary color
Monochromatic Colors of #D93374
Black with #D93374
Text Example
Text Example
White with #D93374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93374; }
p { color: rgb(217,51,116); }
H1.HeaderClassName
{
color: #D93374;
}
.AnyTagClassName
{
color: #D93374;
}
</style>
background-color css
<style>
a { background-color: #D93374; }
a { background-color: rgb(217,51,116); }
div.DivClassName
{
background-color: #D93374;
}
.BgClassName
{
background-color: #D93374;
}
</style>
border-color css
<style>
span { border-color: #D93374; }
span { border-color: rgb(217,51,116); }
td.TdClassName
{
border-color: #D93374;
}
.TagClassName
{
border-color: #D93374;
}
</style>