Shades of Cerise #D13D68
Tints of Cerise #D13D68
RGB
CMYK
RGB Variations
Color information
#D13D68 (or 0xD13D68) is known color: Cerise. HEX triplet: D1, 3D and 68. RGB value is (209,61,104). Sum of RGB (Red+Green+Blue) = 209+61+104=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D68 is #2EC297. Grayscale: #6E6E6E. Windows color (decimal): -3064472 or 6831569. OLE color: 6831569.
HSL color Cylindrical-coordinate representation of color #D13D68: hue angle of 342.57º 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 #D13D68 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 104 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.18 |
| HSL | 342.57º | 0.62% | 0.53% | - |
| HSV(B) | 342.57º | 0.71% | 0.82% | - |
| XYZ | 30.46 | 17.89 | 14.94 | - |
| YUV | 110.15 | 124.53 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 104 | 0 | 0.71 | 0.50 | 0.18 | 342.57 | 0.62 | 0.53 |
| Hex | D1 | 3D | 68 | 0 | 47 | 32 | 12 | 157 | 3E | 35 |
| Octal | 321 | 75 | 150 | 0 | 107 | 62 | 22 | 527 | 76 | 65 |
| Binary | 11010001 | 111101 | 1101000 | 0 | 1000111 | 110010 | 10010 | 101010111 | 111110 | 110101 |
Color Harmonies of #D13D68
Complementary color
Monochromatic Colors of #D13D68
Black with #D13D68
Text Example
Text Example
White with #D13D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D68; }
p { color: rgb(209,61,104); }
H1.HeaderClassName
{
color: #D13D68;
}
.AnyTagClassName
{
color: #D13D68;
}
</style>
background-color css
<style>
a { background-color: #D13D68; }
a { background-color: rgb(209,61,104); }
div.DivClassName
{
background-color: #D13D68;
}
.BgClassName
{
background-color: #D13D68;
}
</style>
border-color css
<style>
span { border-color: #D13D68; }
span { border-color: rgb(209,61,104); }
td.TdClassName
{
border-color: #D13D68;
}
.TagClassName
{
border-color: #D13D68;
}
</style>