Shades of Cerise #D13064
Tints of Cerise #D13064
RGB
CMYK
RGB Variations
Color information
#D13064 (or 0xD13064) is known color: Cerise. HEX triplet: D1, 30 and 64. RGB value is (209,48,100). Sum of RGB (Red+Green+Blue) = 209+48+100=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D13064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13064 is #2ECF9B. Grayscale: #666666. Windows color (decimal): -3067804 or 6566097. OLE color: 6566097.
HSL color Cylindrical-coordinate representation of color #D13064: hue angle of 340.62º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13064 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 100 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.18 |
| HSL | 340.62º | 0.64% | 0.5% | - |
| HSV(B) | 340.62º | 0.77% | 0.82% | - |
| XYZ | 29.65 | 16.59 | 13.7 | - |
| YUV | 102.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 100 | 0 | 0.77 | 0.52 | 0.18 | 340.62 | 0.64 | 0.5 |
| Hex | D1 | 30 | 64 | 0 | 4D | 34 | 12 | 155 | 40 | 32 |
| Octal | 321 | 60 | 144 | 0 | 115 | 64 | 22 | 525 | 100 | 62 |
| Binary | 11010001 | 110000 | 1100100 | 0 | 1001101 | 110100 | 10010 | 101010101 | 1000000 | 110010 |
Color Harmonies of #D13064
Complementary color
Monochromatic Colors of #D13064
Black with #D13064
Text Example
Text Example
White with #D13064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13064; }
p { color: rgb(209,48,100); }
H1.HeaderClassName
{
color: #D13064;
}
.AnyTagClassName
{
color: #D13064;
}
</style>
background-color css
<style>
a { background-color: #D13064; }
a { background-color: rgb(209,48,100); }
div.DivClassName
{
background-color: #D13064;
}
.BgClassName
{
background-color: #D13064;
}
</style>
border-color css
<style>
span { border-color: #D13064; }
span { border-color: rgb(209,48,100); }
td.TdClassName
{
border-color: #D13064;
}
.TagClassName
{
border-color: #D13064;
}
</style>