Shades of Deep Cerise #D34183
Tints of Deep Cerise #D34183
RGB
CMYK
RGB Variations
Color information
#D34183 (or 0xD34183) is known color: Deep Cerise. HEX triplet: D3, 41 and 83. RGB value is (211,65,131). Sum of RGB (Red+Green+Blue) = 211+65+131=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D34183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34183 is #2CBE7C. Grayscale: #747474. Windows color (decimal): -2932349 or 8602067. OLE color: 8602067.
HSL color Cylindrical-coordinate representation of color #D34183: hue angle of 332.88º 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 #D34183 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 131 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.17 |
| HSL | 332.88º | 0.62% | 0.54% | - |
| HSV(B) | 332.88º | 0.69% | 0.83% | - |
| XYZ | 32.85 | 19.27 | 23.46 | - |
| YUV | 116.18 | 136.37 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 131 | 0 | 0.69 | 0.38 | 0.17 | 332.88 | 0.62 | 0.54 |
| Hex | D3 | 41 | 83 | 0 | 45 | 26 | 11 | 14D | 3E | 36 |
| Octal | 323 | 101 | 203 | 0 | 105 | 46 | 21 | 515 | 76 | 66 |
| Binary | 11010011 | 1000001 | 10000011 | 0 | 1000101 | 100110 | 10001 | 101001101 | 111110 | 110110 |
Color Harmonies of #D34183
Complementary color
Monochromatic Colors of #D34183
Black with #D34183
Text Example
Text Example
White with #D34183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34183; }
p { color: rgb(211,65,131); }
H1.HeaderClassName
{
color: #D34183;
}
.AnyTagClassName
{
color: #D34183;
}
</style>
background-color css
<style>
a { background-color: #D34183; }
a { background-color: rgb(211,65,131); }
div.DivClassName
{
background-color: #D34183;
}
.BgClassName
{
background-color: #D34183;
}
</style>
border-color css
<style>
span { border-color: #D34183; }
span { border-color: rgb(211,65,131); }
td.TdClassName
{
border-color: #D34183;
}
.TagClassName
{
border-color: #D34183;
}
</style>