Shades of Cerise #D13B5C
Tints of Cerise #D13B5C
RGB
CMYK
RGB Variations
Color information
#D13B5C (or 0xD13B5C) is known color: Cerise. HEX triplet: D1, 3B and 5C. RGB value is (209,59,92). Sum of RGB (Red+Green+Blue) = 209+59+92=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13B5C is #2EC4A3. Grayscale: #6B6B6B. Windows color (decimal): -3064996 or 6044625. OLE color: 6044625.
HSL color Cylindrical-coordinate representation of color #D13B5C: hue angle of 346.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13B5C is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 92 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.18 |
| HSL | 346.8º | 0.62% | 0.53% | - |
| HSV(B) | 346.8º | 0.72% | 0.82% | - |
| XYZ | 29.79 | 17.46 | 11.92 | - |
| YUV | 107.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 92 | 0 | 0.72 | 0.56 | 0.18 | 346.8 | 0.62 | 0.53 |
| Hex | D1 | 3B | 5C | 0 | 48 | 38 | 12 | 15B | 3E | 35 |
| Octal | 321 | 73 | 134 | 0 | 110 | 70 | 22 | 533 | 76 | 65 |
| Binary | 11010001 | 111011 | 1011100 | 0 | 1001000 | 111000 | 10010 | 101011011 | 111110 | 110101 |
Color Harmonies of #D13B5C
Complementary color
Monochromatic Colors of #D13B5C
Black with #D13B5C
Text Example
Text Example
White with #D13B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13B5C; }
p { color: rgb(209,59,92); }
H1.HeaderClassName
{
color: #D13B5C;
}
.AnyTagClassName
{
color: #D13B5C;
}
</style>
background-color css
<style>
a { background-color: #D13B5C; }
a { background-color: rgb(209,59,92); }
div.DivClassName
{
background-color: #D13B5C;
}
.BgClassName
{
background-color: #D13B5C;
}
</style>
border-color css
<style>
span { border-color: #D13B5C; }
span { border-color: rgb(209,59,92); }
td.TdClassName
{
border-color: #D13B5C;
}
.TagClassName
{
border-color: #D13B5C;
}
</style>