Shades of Deep Cerise #D34189
Tints of Deep Cerise #D34189
RGB
CMYK
RGB Variations
Color information
#D34189 (or 0xD34189) is known color: Deep Cerise. HEX triplet: D3, 41 and 89. RGB value is (211,65,137). Sum of RGB (Red+Green+Blue) = 211+65+137=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D34189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34189 is #2CBE76. Grayscale: #747474. Windows color (decimal): -2932343 or 8995283. OLE color: 8995283.
HSL color Cylindrical-coordinate representation of color #D34189: hue angle of 330.41º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34189 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 137 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.17 |
| HSL | 330.41º | 0.62% | 0.54% | - |
| HSV(B) | 330.41º | 0.69% | 0.83% | - |
| XYZ | 33.27 | 19.44 | 25.66 | - |
| YUV | 116.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 137 | 0 | 0.69 | 0.35 | 0.17 | 330.41 | 0.62 | 0.54 |
| Hex | D3 | 41 | 89 | 0 | 45 | 23 | 11 | 14A | 3E | 36 |
| Octal | 323 | 101 | 211 | 0 | 105 | 43 | 21 | 512 | 76 | 66 |
| Binary | 11010011 | 1000001 | 10001001 | 0 | 1000101 | 100011 | 10001 | 101001010 | 111110 | 110110 |
Color Harmonies of #D34189
Complementary color
Monochromatic Colors of #D34189
Black with #D34189
Text Example
Text Example
White with #D34189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34189; }
p { color: rgb(211,65,137); }
H1.HeaderClassName
{
color: #D34189;
}
.AnyTagClassName
{
color: #D34189;
}
</style>
background-color css
<style>
a { background-color: #D34189; }
a { background-color: rgb(211,65,137); }
div.DivClassName
{
background-color: #D34189;
}
.BgClassName
{
background-color: #D34189;
}
</style>
border-color css
<style>
span { border-color: #D34189; }
span { border-color: rgb(211,65,137); }
td.TdClassName
{
border-color: #D34189;
}
.TagClassName
{
border-color: #D34189;
}
</style>