Shades of Cerise #D13F68
Tints of Cerise #D13F68
RGB
CMYK
RGB Variations
Color information
#D13F68 (or 0xD13F68) is known color: Cerise. HEX triplet: D1, 3F and 68. RGB value is (209,63,104). Sum of RGB (Red+Green+Blue) = 209+63+104=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F68 is #2EC097. Grayscale: #6F6F6F. Windows color (decimal): -3063960 or 6832081. OLE color: 6832081.
HSL color Cylindrical-coordinate representation of color #D13F68: hue angle of 343.15º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F68 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 104 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.18 |
| HSL | 343.15º | 0.61% | 0.53% | - |
| HSV(B) | 343.15º | 0.7% | 0.82% | - |
| XYZ | 30.57 | 18.11 | 14.98 | - |
| YUV | 111.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 104 | 0 | 0.70 | 0.50 | 0.18 | 343.15 | 0.61 | 0.53 |
| Hex | D1 | 3F | 68 | 0 | 46 | 32 | 12 | 157 | 3D | 35 |
| Octal | 321 | 77 | 150 | 0 | 106 | 62 | 22 | 527 | 75 | 65 |
| Binary | 11010001 | 111111 | 1101000 | 0 | 1000110 | 110010 | 10010 | 101010111 | 111101 | 110101 |
Color Harmonies of #D13F68
Complementary color
Monochromatic Colors of #D13F68
Black with #D13F68
Text Example
Text Example
White with #D13F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F68; }
p { color: rgb(209,63,104); }
H1.HeaderClassName
{
color: #D13F68;
}
.AnyTagClassName
{
color: #D13F68;
}
</style>
background-color css
<style>
a { background-color: #D13F68; }
a { background-color: rgb(209,63,104); }
div.DivClassName
{
background-color: #D13F68;
}
.BgClassName
{
background-color: #D13F68;
}
</style>
border-color css
<style>
span { border-color: #D13F68; }
span { border-color: rgb(209,63,104); }
td.TdClassName
{
border-color: #D13F68;
}
.TagClassName
{
border-color: #D13F68;
}
</style>