Shades of Cerise #D13E68
Tints of Cerise #D13E68
RGB
CMYK
RGB Variations
Color information
#D13E68 (or 0xD13E68) is known color: Cerise. HEX triplet: D1, 3E and 68. RGB value is (209,62,104). Sum of RGB (Red+Green+Blue) = 209+62+104=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E68 is #2EC197. Grayscale: #6E6E6E. Windows color (decimal): -3064216 or 6831825. OLE color: 6831825.
HSL color Cylindrical-coordinate representation of color #D13E68: hue angle of 342.86º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13E68 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 104 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.18 |
| HSL | 342.86º | 0.62% | 0.53% | - |
| HSV(B) | 342.86º | 0.7% | 0.82% | - |
| XYZ | 30.52 | 18 | 14.96 | - |
| YUV | 110.74 | 124.2 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 104 | 0 | 0.70 | 0.50 | 0.18 | 342.86 | 0.62 | 0.53 |
| Hex | D1 | 3E | 68 | 0 | 46 | 32 | 12 | 157 | 3E | 35 |
| Octal | 321 | 76 | 150 | 0 | 106 | 62 | 22 | 527 | 76 | 65 |
| Binary | 11010001 | 111110 | 1101000 | 0 | 1000110 | 110010 | 10010 | 101010111 | 111110 | 110101 |
Color Harmonies of #D13E68
Complementary color
Monochromatic Colors of #D13E68
Black with #D13E68
Text Example
Text Example
White with #D13E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E68; }
p { color: rgb(209,62,104); }
H1.HeaderClassName
{
color: #D13E68;
}
.AnyTagClassName
{
color: #D13E68;
}
</style>
background-color css
<style>
a { background-color: #D13E68; }
a { background-color: rgb(209,62,104); }
div.DivClassName
{
background-color: #D13E68;
}
.BgClassName
{
background-color: #D13E68;
}
</style>
border-color css
<style>
span { border-color: #D13E68; }
span { border-color: rgb(209,62,104); }
td.TdClassName
{
border-color: #D13E68;
}
.TagClassName
{
border-color: #D13E68;
}
</style>