Shades of Cerise #D13C67
Tints of Cerise #D13C67
RGB
CMYK
RGB Variations
Color information
#D13C67 (or 0xD13C67) is known color: Cerise. HEX triplet: D1, 3C and 67. RGB value is (209,60,103). Sum of RGB (Red+Green+Blue) = 209+60+103=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C67 is #2EC398. Grayscale: #6D6D6D. Windows color (decimal): -3064729 or 6765777. OLE color: 6765777.
HSL color Cylindrical-coordinate representation of color #D13C67: hue angle of 342.68º 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 #D13C67 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 103 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.18 |
| HSL | 342.68º | 0.62% | 0.53% | - |
| HSV(B) | 342.68º | 0.71% | 0.82% | - |
| XYZ | 30.36 | 17.77 | 14.66 | - |
| YUV | 109.45 | 124.36 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 103 | 0 | 0.71 | 0.51 | 0.18 | 342.68 | 0.62 | 0.53 |
| Hex | D1 | 3C | 67 | 0 | 47 | 33 | 12 | 157 | 3E | 35 |
| Octal | 321 | 74 | 147 | 0 | 107 | 63 | 22 | 527 | 76 | 65 |
| Binary | 11010001 | 111100 | 1100111 | 0 | 1000111 | 110011 | 10010 | 101010111 | 111110 | 110101 |
Color Harmonies of #D13C67
Complementary color
Monochromatic Colors of #D13C67
Black with #D13C67
Text Example
Text Example
White with #D13C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C67; }
p { color: rgb(209,60,103); }
H1.HeaderClassName
{
color: #D13C67;
}
.AnyTagClassName
{
color: #D13C67;
}
</style>
background-color css
<style>
a { background-color: #D13C67; }
a { background-color: rgb(209,60,103); }
div.DivClassName
{
background-color: #D13C67;
}
.BgClassName
{
background-color: #D13C67;
}
</style>
border-color css
<style>
span { border-color: #D13C67; }
span { border-color: rgb(209,60,103); }
td.TdClassName
{
border-color: #D13C67;
}
.TagClassName
{
border-color: #D13C67;
}
</style>