Shades of Deep Cerise #D1379D
Tints of Deep Cerise #D1379D
RGB
CMYK
RGB Variations
Color information
#D1379D (or 0xD1379D) is known color: Deep Cerise. HEX triplet: D1, 37 and 9D. RGB value is (209,55,157). Sum of RGB (Red+Green+Blue) = 209+55+157=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1379D is #2EC862. Grayscale: #707070. Windows color (decimal): -3065955 or 10303441. OLE color: 10303441.
HSL color Cylindrical-coordinate representation of color #D1379D: hue angle of 320.26º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1379D is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 157 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.18 |
| HSL | 320.26º | 0.63% | 0.52% | - |
| HSV(B) | 320.26º | 0.74% | 0.82% | - |
| XYZ | 33.75 | 18.72 | 33.73 | - |
| YUV | 112.67 | 153.02 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 157 | 0 | 0.74 | 0.25 | 0.18 | 320.26 | 0.63 | 0.52 |
| Hex | D1 | 37 | 9D | 0 | 4A | 19 | 12 | 140 | 3F | 34 |
| Octal | 321 | 67 | 235 | 0 | 112 | 31 | 22 | 500 | 77 | 64 |
| Binary | 11010001 | 110111 | 10011101 | 0 | 1001010 | 11001 | 10010 | 101000000 | 111111 | 110100 |
Color Harmonies of #D1379D
Complementary color
Monochromatic Colors of #D1379D
Black with #D1379D
Text Example
Text Example
White with #D1379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1379D; }
p { color: rgb(209,55,157); }
H1.HeaderClassName
{
color: #D1379D;
}
.AnyTagClassName
{
color: #D1379D;
}
</style>
background-color css
<style>
a { background-color: #D1379D; }
a { background-color: rgb(209,55,157); }
div.DivClassName
{
background-color: #D1379D;
}
.BgClassName
{
background-color: #D1379D;
}
</style>
border-color css
<style>
span { border-color: #D1379D; }
span { border-color: rgb(209,55,157); }
td.TdClassName
{
border-color: #D1379D;
}
.TagClassName
{
border-color: #D1379D;
}
</style>