Shades of Cerise #D13D6D
Tints of Cerise #D13D6D
RGB
CMYK
RGB Variations
Color information
#D13D6D (or 0xD13D6D) is known color: Cerise. HEX triplet: D1, 3D and 6D. RGB value is (209,61,109). Sum of RGB (Red+Green+Blue) = 209+61+109=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D6D is #2EC292. Grayscale: #6E6E6E. Windows color (decimal): -3064467 or 7159249. OLE color: 7159249.
HSL color Cylindrical-coordinate representation of color #D13D6D: hue angle of 340.54º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13D6D is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 109 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.18 |
| HSL | 340.54º | 0.62% | 0.53% | - |
| HSV(B) | 340.54º | 0.71% | 0.82% | - |
| XYZ | 30.72 | 18 | 16.32 | - |
| YUV | 110.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 109 | 0 | 0.71 | 0.48 | 0.18 | 340.54 | 0.62 | 0.53 |
| Hex | D1 | 3D | 6D | 0 | 47 | 30 | 12 | 155 | 3E | 35 |
| Octal | 321 | 75 | 155 | 0 | 107 | 60 | 22 | 525 | 76 | 65 |
| Binary | 11010001 | 111101 | 1101101 | 0 | 1000111 | 110000 | 10010 | 101010101 | 111110 | 110101 |
Color Harmonies of #D13D6D
Complementary color
Monochromatic Colors of #D13D6D
Black with #D13D6D
Text Example
Text Example
White with #D13D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D6D; }
p { color: rgb(209,61,109); }
H1.HeaderClassName
{
color: #D13D6D;
}
.AnyTagClassName
{
color: #D13D6D;
}
</style>
background-color css
<style>
a { background-color: #D13D6D; }
a { background-color: rgb(209,61,109); }
div.DivClassName
{
background-color: #D13D6D;
}
.BgClassName
{
background-color: #D13D6D;
}
</style>
border-color css
<style>
span { border-color: #D13D6D; }
span { border-color: rgb(209,61,109); }
td.TdClassName
{
border-color: #D13D6D;
}
.TagClassName
{
border-color: #D13D6D;
}
</style>