Shades of Deep Cerise #D7348A
Tints of Deep Cerise #D7348A
RGB
CMYK
RGB Variations
Color information
#D7348A (or 0xD7348A) is known color: Deep Cerise. HEX triplet: D7, 34 and 8A. RGB value is (215,52,138). Sum of RGB (Red+Green+Blue) = 215+52+138=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7348A is #28CB75. Grayscale: #6E6E6E. Windows color (decimal): -2673526 or 9057495. OLE color: 9057495.
HSL color Cylindrical-coordinate representation of color #D7348A: hue angle of 328.34º 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 #D7348A is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 52 | 138 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.16 |
| HSL | 328.34º | 0.67% | 0.52% | - |
| HSV(B) | 328.34º | 0.76% | 0.84% | - |
| XYZ | 33.84 | 18.74 | 25.88 | - |
| YUV | 110.54 | 143.5 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 138 | 0 | 0.76 | 0.36 | 0.16 | 328.34 | 0.67 | 0.52 |
| Hex | D7 | 34 | 8A | 0 | 4C | 24 | 10 | 148 | 43 | 34 |
| Octal | 327 | 64 | 212 | 0 | 114 | 44 | 20 | 510 | 103 | 64 |
| Binary | 11010111 | 110100 | 10001010 | 0 | 1001100 | 100100 | 10000 | 101001000 | 1000011 | 110100 |
Color Harmonies of #D7348A
Complementary color
Monochromatic Colors of #D7348A
Black with #D7348A
Text Example
Text Example
White with #D7348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7348A; }
p { color: rgb(215,52,138); }
H1.HeaderClassName
{
color: #D7348A;
}
.AnyTagClassName
{
color: #D7348A;
}
</style>
background-color css
<style>
a { background-color: #D7348A; }
a { background-color: rgb(215,52,138); }
div.DivClassName
{
background-color: #D7348A;
}
.BgClassName
{
background-color: #D7348A;
}
</style>
border-color css
<style>
span { border-color: #D7348A; }
span { border-color: rgb(215,52,138); }
td.TdClassName
{
border-color: #D7348A;
}
.TagClassName
{
border-color: #D7348A;
}
</style>