Shades of Deep Cerise #D7288C
Tints of Deep Cerise #D7288C
RGB
CMYK
RGB Variations
Color information
#D7288C (or 0xD7288C) is known color: Deep Cerise. HEX triplet: D7, 28 and 8C. RGB value is (215,40,140). Sum of RGB (Red+Green+Blue) = 215+40+140=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D7288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7288C is #28D773. Grayscale: #676767. Windows color (decimal): -2676596 or 9185495. OLE color: 9185495.
HSL color Cylindrical-coordinate representation of color #D7288C: hue angle of 325.71º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7288C is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 140 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.16 |
| HSL | 325.71º | 0.69% | 0.5% | - |
| HSV(B) | 325.71º | 0.81% | 0.84% | - |
| XYZ | 33.52 | 17.86 | 26.49 | - |
| YUV | 103.73 | 148.48 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 140 | 0 | 0.81 | 0.35 | 0.16 | 325.71 | 0.69 | 0.5 |
| Hex | D7 | 28 | 8C | 0 | 51 | 23 | 10 | 146 | 45 | 32 |
| Octal | 327 | 50 | 214 | 0 | 121 | 43 | 20 | 506 | 105 | 62 |
| Binary | 11010111 | 101000 | 10001100 | 0 | 1010001 | 100011 | 10000 | 101000110 | 1000101 | 110010 |
Color Harmonies of #D7288C
Complementary color
Monochromatic Colors of #D7288C
Black with #D7288C
Text Example
Text Example
White with #D7288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7288C; }
p { color: rgb(215,40,140); }
H1.HeaderClassName
{
color: #D7288C;
}
.AnyTagClassName
{
color: #D7288C;
}
</style>
background-color css
<style>
a { background-color: #D7288C; }
a { background-color: rgb(215,40,140); }
div.DivClassName
{
background-color: #D7288C;
}
.BgClassName
{
background-color: #D7288C;
}
</style>
border-color css
<style>
span { border-color: #D7288C; }
span { border-color: rgb(215,40,140); }
td.TdClassName
{
border-color: #D7288C;
}
.TagClassName
{
border-color: #D7288C;
}
</style>