Shades of Deep Cerise #D7369B
Tints of Deep Cerise #D7369B
RGB
CMYK
RGB Variations
Color information
#D7369B (or 0xD7369B) is known color: Deep Cerise. HEX triplet: D7, 36 and 9B. RGB value is (215,54,155). Sum of RGB (Red+Green+Blue) = 215+54+155=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7369B is #28C964. Grayscale: #717171. Windows color (decimal): -2672997 or 10172119. OLE color: 10172119.
HSL color Cylindrical-coordinate representation of color #D7369B: hue angle of 322.36º 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 #D7369B is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 155 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.16 |
| HSL | 322.36º | 0.67% | 0.53% | - |
| HSV(B) | 322.36º | 0.75% | 0.84% | - |
| XYZ | 35.26 | 19.45 | 32.91 | - |
| YUV | 113.65 | 151.34 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 155 | 0 | 0.75 | 0.28 | 0.16 | 322.36 | 0.67 | 0.53 |
| Hex | D7 | 36 | 9B | 0 | 4B | 1C | 10 | 142 | 43 | 35 |
| Octal | 327 | 66 | 233 | 0 | 113 | 34 | 20 | 502 | 103 | 65 |
| Binary | 11010111 | 110110 | 10011011 | 0 | 1001011 | 11100 | 10000 | 101000010 | 1000011 | 110101 |
Color Harmonies of #D7369B
Complementary color
Monochromatic Colors of #D7369B
Black with #D7369B
Text Example
Text Example
White with #D7369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7369B; }
p { color: rgb(215,54,155); }
H1.HeaderClassName
{
color: #D7369B;
}
.AnyTagClassName
{
color: #D7369B;
}
</style>
background-color css
<style>
a { background-color: #D7369B; }
a { background-color: rgb(215,54,155); }
div.DivClassName
{
background-color: #D7369B;
}
.BgClassName
{
background-color: #D7369B;
}
</style>
border-color css
<style>
span { border-color: #D7369B; }
span { border-color: rgb(215,54,155); }
td.TdClassName
{
border-color: #D7369B;
}
.TagClassName
{
border-color: #D7369B;
}
</style>