Shades of Cerise #D13264
Tints of Cerise #D13264
RGB
CMYK
RGB Variations
Color information
#D13264 (or 0xD13264) is known color: Cerise. HEX triplet: D1, 32 and 64. RGB value is (209,50,100). Sum of RGB (Red+Green+Blue) = 209+50+100=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D13264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13264 is #2ECD9B. Grayscale: #676767. Windows color (decimal): -3067292 or 6566609. OLE color: 6566609.
HSL color Cylindrical-coordinate representation of color #D13264: hue angle of 341.13º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13264 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 100 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.18 |
| HSL | 341.13º | 0.63% | 0.51% | - |
| HSV(B) | 341.13º | 0.76% | 0.82% | - |
| XYZ | 29.74 | 16.76 | 13.72 | - |
| YUV | 103.24 | 126.18 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 100 | 0 | 0.76 | 0.52 | 0.18 | 341.13 | 0.63 | 0.51 |
| Hex | D1 | 32 | 64 | 0 | 4C | 34 | 12 | 155 | 3F | 33 |
| Octal | 321 | 62 | 144 | 0 | 114 | 64 | 22 | 525 | 77 | 63 |
| Binary | 11010001 | 110010 | 1100100 | 0 | 1001100 | 110100 | 10010 | 101010101 | 111111 | 110011 |
Color Harmonies of #D13264
Complementary color
Monochromatic Colors of #D13264
Black with #D13264
Text Example
Text Example
White with #D13264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13264; }
p { color: rgb(209,50,100); }
H1.HeaderClassName
{
color: #D13264;
}
.AnyTagClassName
{
color: #D13264;
}
</style>
background-color css
<style>
a { background-color: #D13264; }
a { background-color: rgb(209,50,100); }
div.DivClassName
{
background-color: #D13264;
}
.BgClassName
{
background-color: #D13264;
}
</style>
border-color css
<style>
span { border-color: #D13264; }
span { border-color: rgb(209,50,100); }
td.TdClassName
{
border-color: #D13264;
}
.TagClassName
{
border-color: #D13264;
}
</style>