Shades of Cerise #D13C6A
Tints of Cerise #D13C6A
RGB
CMYK
RGB Variations
Color information
#D13C6A (or 0xD13C6A) is known color: Cerise. HEX triplet: D1, 3C and 6A. RGB value is (209,60,106). Sum of RGB (Red+Green+Blue) = 209+60+106=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C6A is #2EC395. Grayscale: #6D6D6D. Windows color (decimal): -3064726 or 6962385. OLE color: 6962385.
HSL color Cylindrical-coordinate representation of color #D13C6A: hue angle of 341.48º 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 #D13C6A is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 106 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.18 |
| HSL | 341.48º | 0.62% | 0.53% | - |
| HSV(B) | 341.48º | 0.71% | 0.82% | - |
| XYZ | 30.51 | 17.83 | 15.47 | - |
| YUV | 109.8 | 125.86 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 106 | 0 | 0.71 | 0.49 | 0.18 | 341.48 | 0.62 | 0.53 |
| Hex | D1 | 3C | 6A | 0 | 47 | 31 | 12 | 155 | 3E | 35 |
| Octal | 321 | 74 | 152 | 0 | 107 | 61 | 22 | 525 | 76 | 65 |
| Binary | 11010001 | 111100 | 1101010 | 0 | 1000111 | 110001 | 10010 | 101010101 | 111110 | 110101 |
Color Harmonies of #D13C6A
Complementary color
Monochromatic Colors of #D13C6A
Black with #D13C6A
Text Example
Text Example
White with #D13C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C6A; }
p { color: rgb(209,60,106); }
H1.HeaderClassName
{
color: #D13C6A;
}
.AnyTagClassName
{
color: #D13C6A;
}
</style>
background-color css
<style>
a { background-color: #D13C6A; }
a { background-color: rgb(209,60,106); }
div.DivClassName
{
background-color: #D13C6A;
}
.BgClassName
{
background-color: #D13C6A;
}
</style>
border-color css
<style>
span { border-color: #D13C6A; }
span { border-color: rgb(209,60,106); }
td.TdClassName
{
border-color: #D13C6A;
}
.TagClassName
{
border-color: #D13C6A;
}
</style>