Shades of Cerise #D13D5C
Tints of Cerise #D13D5C
RGB
CMYK
RGB Variations
Color information
#D13D5C (or 0xD13D5C) is known color: Cerise. HEX triplet: D1, 3D and 5C. RGB value is (209,61,92). Sum of RGB (Red+Green+Blue) = 209+61+92=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D5C is #2EC2A3. Grayscale: #6C6C6C. Windows color (decimal): -3064484 or 6045137. OLE color: 6045137.
HSL color Cylindrical-coordinate representation of color #D13D5C: hue angle of 347.43º 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 #D13D5C is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 92 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.18 |
| HSL | 347.43º | 0.62% | 0.53% | - |
| HSV(B) | 347.43º | 0.71% | 0.82% | - |
| XYZ | 29.9 | 17.67 | 11.96 | - |
| YUV | 108.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 92 | 0 | 0.71 | 0.56 | 0.18 | 347.43 | 0.62 | 0.53 |
| Hex | D1 | 3D | 5C | 0 | 47 | 38 | 12 | 15B | 3E | 35 |
| Octal | 321 | 75 | 134 | 0 | 107 | 70 | 22 | 533 | 76 | 65 |
| Binary | 11010001 | 111101 | 1011100 | 0 | 1000111 | 111000 | 10010 | 101011011 | 111110 | 110101 |
Color Harmonies of #D13D5C
Complementary color
Monochromatic Colors of #D13D5C
Black with #D13D5C
Text Example
Text Example
White with #D13D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D5C; }
p { color: rgb(209,61,92); }
H1.HeaderClassName
{
color: #D13D5C;
}
.AnyTagClassName
{
color: #D13D5C;
}
</style>
background-color css
<style>
a { background-color: #D13D5C; }
a { background-color: rgb(209,61,92); }
div.DivClassName
{
background-color: #D13D5C;
}
.BgClassName
{
background-color: #D13D5C;
}
</style>
border-color css
<style>
span { border-color: #D13D5C; }
span { border-color: rgb(209,61,92); }
td.TdClassName
{
border-color: #D13D5C;
}
.TagClassName
{
border-color: #D13D5C;
}
</style>