Shades of Deep Cerise #D6348C
Tints of Deep Cerise #D6348C
RGB
CMYK
RGB Variations
Color information
#D6348C (or 0xD6348C) is known color: Deep Cerise. HEX triplet: D6, 34 and 8C. RGB value is (214,52,140). Sum of RGB (Red+Green+Blue) = 214+52+140=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6348C is #29CB73. Grayscale: #6E6E6E. Windows color (decimal): -2739060 or 9188566. OLE color: 9188566.
HSL color Cylindrical-coordinate representation of color #D6348C: hue angle of 327.41º degrees, saturation: 0.66, 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 #D6348C is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 140 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.16 |
| HSL | 327.41º | 0.66% | 0.52% | - |
| HSV(B) | 327.41º | 0.76% | 0.84% | - |
| XYZ | 33.69 | 18.65 | 26.63 | - |
| YUV | 110.47 | 144.67 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 140 | 0 | 0.76 | 0.35 | 0.16 | 327.41 | 0.66 | 0.52 |
| Hex | D6 | 34 | 8C | 0 | 4C | 23 | 10 | 147 | 42 | 34 |
| Octal | 326 | 64 | 214 | 0 | 114 | 43 | 20 | 507 | 102 | 64 |
| Binary | 11010110 | 110100 | 10001100 | 0 | 1001100 | 100011 | 10000 | 101000111 | 1000010 | 110100 |
Color Harmonies of #D6348C
Complementary color
Monochromatic Colors of #D6348C
Black with #D6348C
Text Example
Text Example
White with #D6348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6348C; }
p { color: rgb(214,52,140); }
H1.HeaderClassName
{
color: #D6348C;
}
.AnyTagClassName
{
color: #D6348C;
}
</style>
background-color css
<style>
a { background-color: #D6348C; }
a { background-color: rgb(214,52,140); }
div.DivClassName
{
background-color: #D6348C;
}
.BgClassName
{
background-color: #D6348C;
}
</style>
border-color css
<style>
span { border-color: #D6348C; }
span { border-color: rgb(214,52,140); }
td.TdClassName
{
border-color: #D6348C;
}
.TagClassName
{
border-color: #D6348C;
}
</style>