Shades of Deep Cerise #D9307A
Tints of Deep Cerise #D9307A
RGB
CMYK
RGB Variations
Color information
#D9307A (or 0xD9307A) is known color: Deep Cerise. HEX triplet: D9, 30 and 7A. RGB value is (217,48,122). Sum of RGB (Red+Green+Blue) = 217+48+122=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D9307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9307A is #26CF85. Grayscale: #6A6A6A. Windows color (decimal): -2543494 or 8007897. OLE color: 8007897.
HSL color Cylindrical-coordinate representation of color #D9307A: hue angle of 333.73º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9307A is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 48 | 122 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.15 |
| HSL | 333.73º | 0.69% | 0.52% | - |
| HSV(B) | 333.73º | 0.78% | 0.85% | - |
| XYZ | 33.19 | 18.27 | 20.19 | - |
| YUV | 106.97 | 136.49 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 48 | 122 | 0 | 0.78 | 0.44 | 0.15 | 333.73 | 0.69 | 0.52 |
| Hex | D9 | 30 | 7A | 0 | 4E | 2C | F | 14E | 45 | 34 |
| Octal | 331 | 60 | 172 | 0 | 116 | 54 | 17 | 516 | 105 | 64 |
| Binary | 11011001 | 110000 | 1111010 | 0 | 1001110 | 101100 | 1111 | 101001110 | 1000101 | 110100 |
Color Harmonies of #D9307A
Complementary color
Monochromatic Colors of #D9307A
Black with #D9307A
Text Example
Text Example
White with #D9307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9307A; }
p { color: rgb(217,48,122); }
H1.HeaderClassName
{
color: #D9307A;
}
.AnyTagClassName
{
color: #D9307A;
}
</style>
background-color css
<style>
a { background-color: #D9307A; }
a { background-color: rgb(217,48,122); }
div.DivClassName
{
background-color: #D9307A;
}
.BgClassName
{
background-color: #D9307A;
}
</style>
border-color css
<style>
span { border-color: #D9307A; }
span { border-color: rgb(217,48,122); }
td.TdClassName
{
border-color: #D9307A;
}
.TagClassName
{
border-color: #D9307A;
}
</style>