Shades of Deep Cerise #D7368B
Tints of Deep Cerise #D7368B
RGB
CMYK
RGB Variations
Color information
#D7368B (or 0xD7368B) is known color: Deep Cerise. HEX triplet: D7, 36 and 8B. RGB value is (215,54,139). Sum of RGB (Red+Green+Blue) = 215+54+139=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7368B is #28C974. Grayscale: #6F6F6F. Windows color (decimal): -2673013 or 9123543. OLE color: 9123543.
HSL color Cylindrical-coordinate representation of color #D7368B: hue angle of 328.32º 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 #D7368B is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 139 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.16 |
| HSL | 328.32º | 0.67% | 0.53% | - |
| HSV(B) | 328.32º | 0.75% | 0.84% | - |
| XYZ | 34 | 18.95 | 26.29 | - |
| YUV | 111.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 139 | 0 | 0.75 | 0.35 | 0.16 | 328.32 | 0.67 | 0.53 |
| Hex | D7 | 36 | 8B | 0 | 4B | 23 | 10 | 148 | 43 | 35 |
| Octal | 327 | 66 | 213 | 0 | 113 | 43 | 20 | 510 | 103 | 65 |
| Binary | 11010111 | 110110 | 10001011 | 0 | 1001011 | 100011 | 10000 | 101001000 | 1000011 | 110101 |
Color Harmonies of #D7368B
Complementary color
Monochromatic Colors of #D7368B
Black with #D7368B
Text Example
Text Example
White with #D7368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7368B; }
p { color: rgb(215,54,139); }
H1.HeaderClassName
{
color: #D7368B;
}
.AnyTagClassName
{
color: #D7368B;
}
</style>
background-color css
<style>
a { background-color: #D7368B; }
a { background-color: rgb(215,54,139); }
div.DivClassName
{
background-color: #D7368B;
}
.BgClassName
{
background-color: #D7368B;
}
</style>
border-color css
<style>
span { border-color: #D7368B; }
span { border-color: rgb(215,54,139); }
td.TdClassName
{
border-color: #D7368B;
}
.TagClassName
{
border-color: #D7368B;
}
</style>