Shades of Deep Cerise #D7368F
Tints of Deep Cerise #D7368F
RGB
CMYK
RGB Variations
Color information
#D7368F (or 0xD7368F) is known color: Deep Cerise. HEX triplet: D7, 36 and 8F. RGB value is (215,54,143). Sum of RGB (Red+Green+Blue) = 215+54+143=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7368F is #28C970. Grayscale: #707070. Windows color (decimal): -2673009 or 9385687. OLE color: 9385687.
HSL color Cylindrical-coordinate representation of color #D7368F: hue angle of 326.83º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7368F is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 143 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.16 |
| HSL | 326.83º | 0.67% | 0.53% | - |
| HSV(B) | 326.83º | 0.75% | 0.84% | - |
| XYZ | 34.3 | 19.07 | 27.86 | - |
| YUV | 112.29 | 145.34 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 143 | 0 | 0.75 | 0.33 | 0.16 | 326.83 | 0.67 | 0.53 |
| Hex | D7 | 36 | 8F | 0 | 4B | 21 | 10 | 147 | 43 | 35 |
| Octal | 327 | 66 | 217 | 0 | 113 | 41 | 20 | 507 | 103 | 65 |
| Binary | 11010111 | 110110 | 10001111 | 0 | 1001011 | 100001 | 10000 | 101000111 | 1000011 | 110101 |
Color Harmonies of #D7368F
Complementary color
Monochromatic Colors of #D7368F
Black with #D7368F
Text Example
Text Example
White with #D7368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7368F; }
p { color: rgb(215,54,143); }
H1.HeaderClassName
{
color: #D7368F;
}
.AnyTagClassName
{
color: #D7368F;
}
</style>
background-color css
<style>
a { background-color: #D7368F; }
a { background-color: rgb(215,54,143); }
div.DivClassName
{
background-color: #D7368F;
}
.BgClassName
{
background-color: #D7368F;
}
</style>
border-color css
<style>
span { border-color: #D7368F; }
span { border-color: rgb(215,54,143); }
td.TdClassName
{
border-color: #D7368F;
}
.TagClassName
{
border-color: #D7368F;
}
</style>