Shades of Deep Cerise #D7307B
Tints of Deep Cerise #D7307B
RGB
CMYK
RGB Variations
Color information
#D7307B (or 0xD7307B) is known color: Deep Cerise. HEX triplet: D7, 30 and 7B. RGB value is (215,48,123). Sum of RGB (Red+Green+Blue) = 215+48+123=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D7307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7307B is #28CF84. Grayscale: #6A6A6A. Windows color (decimal): -2674565 or 8073431. OLE color: 8073431.
HSL color Cylindrical-coordinate representation of color #D7307B: hue angle of 333.05º 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 #D7307B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 48 | 123 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.16 |
| HSL | 333.05º | 0.68% | 0.52% | - |
| HSV(B) | 333.05º | 0.78% | 0.84% | - |
| XYZ | 32.66 | 17.99 | 20.49 | - |
| YUV | 106.48 | 137.33 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 123 | 0 | 0.78 | 0.43 | 0.16 | 333.05 | 0.68 | 0.52 |
| Hex | D7 | 30 | 7B | 0 | 4E | 2B | 10 | 14D | 44 | 34 |
| Octal | 327 | 60 | 173 | 0 | 116 | 53 | 20 | 515 | 104 | 64 |
| Binary | 11010111 | 110000 | 1111011 | 0 | 1001110 | 101011 | 10000 | 101001101 | 1000100 | 110100 |
Color Harmonies of #D7307B
Complementary color
Monochromatic Colors of #D7307B
Black with #D7307B
Text Example
Text Example
White with #D7307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7307B; }
p { color: rgb(215,48,123); }
H1.HeaderClassName
{
color: #D7307B;
}
.AnyTagClassName
{
color: #D7307B;
}
</style>
background-color css
<style>
a { background-color: #D7307B; }
a { background-color: rgb(215,48,123); }
div.DivClassName
{
background-color: #D7307B;
}
.BgClassName
{
background-color: #D7307B;
}
</style>
border-color css
<style>
span { border-color: #D7307B; }
span { border-color: rgb(215,48,123); }
td.TdClassName
{
border-color: #D7307B;
}
.TagClassName
{
border-color: #D7307B;
}
</style>