Shades of Deep Cerise #D3379D
Tints of Deep Cerise #D3379D
RGB
CMYK
RGB Variations
Color information
#D3379D (or 0xD3379D) is known color: Deep Cerise. HEX triplet: D3, 37 and 9D. RGB value is (211,55,157). Sum of RGB (Red+Green+Blue) = 211+55+157=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3379D is #2CC862. Grayscale: #717171. Windows color (decimal): -2934883 or 10303443. OLE color: 10303443.
HSL color Cylindrical-coordinate representation of color #D3379D: hue angle of 320.77º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3379D is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 157 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.17 |
| HSL | 320.77º | 0.64% | 0.52% | - |
| HSV(B) | 320.77º | 0.74% | 0.83% | - |
| XYZ | 34.32 | 19.02 | 33.76 | - |
| YUV | 113.27 | 152.68 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 157 | 0 | 0.74 | 0.26 | 0.17 | 320.77 | 0.64 | 0.52 |
| Hex | D3 | 37 | 9D | 0 | 4A | 1A | 11 | 141 | 40 | 34 |
| Octal | 323 | 67 | 235 | 0 | 112 | 32 | 21 | 501 | 100 | 64 |
| Binary | 11010011 | 110111 | 10011101 | 0 | 1001010 | 11010 | 10001 | 101000001 | 1000000 | 110100 |
Color Harmonies of #D3379D
Complementary color
Monochromatic Colors of #D3379D
Black with #D3379D
Text Example
Text Example
White with #D3379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3379D; }
p { color: rgb(211,55,157); }
H1.HeaderClassName
{
color: #D3379D;
}
.AnyTagClassName
{
color: #D3379D;
}
</style>
background-color css
<style>
a { background-color: #D3379D; }
a { background-color: rgb(211,55,157); }
div.DivClassName
{
background-color: #D3379D;
}
.BgClassName
{
background-color: #D3379D;
}
</style>
border-color css
<style>
span { border-color: #D3379D; }
span { border-color: rgb(211,55,157); }
td.TdClassName
{
border-color: #D3379D;
}
.TagClassName
{
border-color: #D3379D;
}
</style>