Shades of Cerise #D13D5A
Tints of Cerise #D13D5A
RGB
CMYK
RGB Variations
Color information
#D13D5A (or 0xD13D5A) is known color: Cerise. HEX triplet: D1, 3D and 5A. RGB value is (209,61,90). Sum of RGB (Red+Green+Blue) = 209+61+90=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D5A is #2EC2A5. Grayscale: #6C6C6C. Windows color (decimal): -3064486 or 5914065. OLE color: 5914065.
HSL color Cylindrical-coordinate representation of color #D13D5A: hue angle of 348.24º 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 #D13D5A is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 90 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.18 |
| HSL | 348.24º | 0.62% | 0.53% | - |
| HSV(B) | 348.24º | 0.71% | 0.82% | - |
| XYZ | 29.81 | 17.63 | 11.5 | - |
| YUV | 108.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 90 | 0 | 0.71 | 0.57 | 0.18 | 348.24 | 0.62 | 0.53 |
| Hex | D1 | 3D | 5A | 0 | 47 | 39 | 12 | 15C | 3E | 35 |
| Octal | 321 | 75 | 132 | 0 | 107 | 71 | 22 | 534 | 76 | 65 |
| Binary | 11010001 | 111101 | 1011010 | 0 | 1000111 | 111001 | 10010 | 101011100 | 111110 | 110101 |
Color Harmonies of #D13D5A
Complementary color
Monochromatic Colors of #D13D5A
Black with #D13D5A
Text Example
Text Example
White with #D13D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D5A; }
p { color: rgb(209,61,90); }
H1.HeaderClassName
{
color: #D13D5A;
}
.AnyTagClassName
{
color: #D13D5A;
}
</style>
background-color css
<style>
a { background-color: #D13D5A; }
a { background-color: rgb(209,61,90); }
div.DivClassName
{
background-color: #D13D5A;
}
.BgClassName
{
background-color: #D13D5A;
}
</style>
border-color css
<style>
span { border-color: #D13D5A; }
span { border-color: rgb(209,61,90); }
td.TdClassName
{
border-color: #D13D5A;
}
.TagClassName
{
border-color: #D13D5A;
}
</style>