Shades of Deep Cerise #D7339F
Tints of Deep Cerise #D7339F
RGB
CMYK
RGB Variations
Color information
#D7339F (or 0xD7339F) is known color: Deep Cerise. HEX triplet: D7, 33 and 9F. RGB value is (215,51,159). Sum of RGB (Red+Green+Blue) = 215+51+159=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7339F is #28CC60. Grayscale: #707070. Windows color (decimal): -2673761 or 10433495. OLE color: 10433495.
HSL color Cylindrical-coordinate representation of color #D7339F: hue angle of 320.49º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7339F is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 159 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.16 |
| HSL | 320.49º | 0.67% | 0.52% | - |
| HSV(B) | 320.49º | 0.76% | 0.84% | - |
| XYZ | 35.47 | 19.32 | 34.66 | - |
| YUV | 112.35 | 154.33 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 159 | 0 | 0.76 | 0.26 | 0.16 | 320.49 | 0.67 | 0.52 |
| Hex | D7 | 33 | 9F | 0 | 4C | 1A | 10 | 140 | 43 | 34 |
| Octal | 327 | 63 | 237 | 0 | 114 | 32 | 20 | 500 | 103 | 64 |
| Binary | 11010111 | 110011 | 10011111 | 0 | 1001100 | 11010 | 10000 | 101000000 | 1000011 | 110100 |
Color Harmonies of #D7339F
Complementary color
Monochromatic Colors of #D7339F
Black with #D7339F
Text Example
Text Example
White with #D7339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7339F; }
p { color: rgb(215,51,159); }
H1.HeaderClassName
{
color: #D7339F;
}
.AnyTagClassName
{
color: #D7339F;
}
</style>
background-color css
<style>
a { background-color: #D7339F; }
a { background-color: rgb(215,51,159); }
div.DivClassName
{
background-color: #D7339F;
}
.BgClassName
{
background-color: #D7339F;
}
</style>
border-color css
<style>
span { border-color: #D7339F; }
span { border-color: rgb(215,51,159); }
td.TdClassName
{
border-color: #D7339F;
}
.TagClassName
{
border-color: #D7339F;
}
</style>