Shades of Deep Cerise #D7369D
Tints of Deep Cerise #D7369D
RGB
CMYK
RGB Variations
Color information
#D7369D (or 0xD7369D) is known color: Deep Cerise. HEX triplet: D7, 36 and 9D. RGB value is (215,54,157). Sum of RGB (Red+Green+Blue) = 215+54+157=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7369D is #28C962. Grayscale: #717171. Windows color (decimal): -2672995 or 10303191. OLE color: 10303191.
HSL color Cylindrical-coordinate representation of color #D7369D: hue angle of 321.61º 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 #D7369D is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 157 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.16 |
| HSL | 321.61º | 0.67% | 0.53% | - |
| HSV(B) | 321.61º | 0.75% | 0.84% | - |
| XYZ | 35.43 | 19.52 | 33.8 | - |
| YUV | 113.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 157 | 0 | 0.75 | 0.27 | 0.16 | 321.61 | 0.67 | 0.53 |
| Hex | D7 | 36 | 9D | 0 | 4B | 1B | 10 | 142 | 43 | 35 |
| Octal | 327 | 66 | 235 | 0 | 113 | 33 | 20 | 502 | 103 | 65 |
| Binary | 11010111 | 110110 | 10011101 | 0 | 1001011 | 11011 | 10000 | 101000010 | 1000011 | 110101 |
Color Harmonies of #D7369D
Complementary color
Monochromatic Colors of #D7369D
Black with #D7369D
Text Example
Text Example
White with #D7369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7369D; }
p { color: rgb(215,54,157); }
H1.HeaderClassName
{
color: #D7369D;
}
.AnyTagClassName
{
color: #D7369D;
}
</style>
background-color css
<style>
a { background-color: #D7369D; }
a { background-color: rgb(215,54,157); }
div.DivClassName
{
background-color: #D7369D;
}
.BgClassName
{
background-color: #D7369D;
}
</style>
border-color css
<style>
span { border-color: #D7369D; }
span { border-color: rgb(215,54,157); }
td.TdClassName
{
border-color: #D7369D;
}
.TagClassName
{
border-color: #D7369D;
}
</style>