Shades of Deep Cerise #D7309B
Tints of Deep Cerise #D7309B
RGB
CMYK
RGB Variations
Color information
#D7309B (or 0xD7309B) is known color: Deep Cerise. HEX triplet: D7, 30 and 9B. RGB value is (215,48,155). Sum of RGB (Red+Green+Blue) = 215+48+155=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D7309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7309B is #28CF64. Grayscale: #6D6D6D. Windows color (decimal): -2674533 or 10170583. OLE color: 10170583.
HSL color Cylindrical-coordinate representation of color #D7309B: hue angle of 321.56º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7309B is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 48 | 155 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.16 |
| HSL | 321.56º | 0.68% | 0.52% | - |
| HSV(B) | 321.56º | 0.78% | 0.84% | - |
| XYZ | 35 | 18.93 | 32.82 | - |
| YUV | 110.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 155 | 0 | 0.78 | 0.28 | 0.16 | 321.56 | 0.68 | 0.52 |
| Hex | D7 | 30 | 9B | 0 | 4E | 1C | 10 | 142 | 44 | 34 |
| Octal | 327 | 60 | 233 | 0 | 116 | 34 | 20 | 502 | 104 | 64 |
| Binary | 11010111 | 110000 | 10011011 | 0 | 1001110 | 11100 | 10000 | 101000010 | 1000100 | 110100 |
Color Harmonies of #D7309B
Complementary color
Monochromatic Colors of #D7309B
Black with #D7309B
Text Example
Text Example
White with #D7309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7309B; }
p { color: rgb(215,48,155); }
H1.HeaderClassName
{
color: #D7309B;
}
.AnyTagClassName
{
color: #D7309B;
}
</style>
background-color css
<style>
a { background-color: #D7309B; }
a { background-color: rgb(215,48,155); }
div.DivClassName
{
background-color: #D7309B;
}
.BgClassName
{
background-color: #D7309B;
}
</style>
border-color css
<style>
span { border-color: #D7309B; }
span { border-color: rgb(215,48,155); }
td.TdClassName
{
border-color: #D7309B;
}
.TagClassName
{
border-color: #D7309B;
}
</style>