Shades of Cerise #D13D63
Tints of Cerise #D13D63
RGB
CMYK
RGB Variations
Color information
#D13D63 (or 0xD13D63) is known color: Cerise. HEX triplet: D1, 3D and 63. RGB value is (209,61,99). Sum of RGB (Red+Green+Blue) = 209+61+99=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D63 is #2EC29C. Grayscale: #6D6D6D. Windows color (decimal): -3064477 or 6503889. OLE color: 6503889.
HSL color Cylindrical-coordinate representation of color #D13D63: hue angle of 344.59º 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 #D13D63 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 99 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.18 |
| HSL | 344.59º | 0.62% | 0.53% | - |
| HSV(B) | 344.59º | 0.71% | 0.82% | - |
| XYZ | 30.22 | 17.79 | 13.65 | - |
| YUV | 109.58 | 122.03 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 99 | 0 | 0.71 | 0.53 | 0.18 | 344.59 | 0.62 | 0.53 |
| Hex | D1 | 3D | 63 | 0 | 47 | 35 | 12 | 159 | 3E | 35 |
| Octal | 321 | 75 | 143 | 0 | 107 | 65 | 22 | 531 | 76 | 65 |
| Binary | 11010001 | 111101 | 1100011 | 0 | 1000111 | 110101 | 10010 | 101011001 | 111110 | 110101 |
Color Harmonies of #D13D63
Complementary color
Monochromatic Colors of #D13D63
Black with #D13D63
Text Example
Text Example
White with #D13D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D63; }
p { color: rgb(209,61,99); }
H1.HeaderClassName
{
color: #D13D63;
}
.AnyTagClassName
{
color: #D13D63;
}
</style>
background-color css
<style>
a { background-color: #D13D63; }
a { background-color: rgb(209,61,99); }
div.DivClassName
{
background-color: #D13D63;
}
.BgClassName
{
background-color: #D13D63;
}
</style>
border-color css
<style>
span { border-color: #D13D63; }
span { border-color: rgb(209,61,99); }
td.TdClassName
{
border-color: #D13D63;
}
.TagClassName
{
border-color: #D13D63;
}
</style>