Shades of Cerise #D13262
Tints of Cerise #D13262
RGB
CMYK
RGB Variations
Color information
#D13262 (or 0xD13262) is known color: Cerise. HEX triplet: D1, 32 and 62. RGB value is (209,50,98). Sum of RGB (Red+Green+Blue) = 209+50+98=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D13262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13262 is #2ECD9D. Grayscale: #666666. Windows color (decimal): -3067294 or 6435537. OLE color: 6435537.
HSL color Cylindrical-coordinate representation of color #D13262: hue angle of 341.89º 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 #D13262 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 98 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.18 |
| HSL | 341.89º | 0.63% | 0.51% | - |
| HSV(B) | 341.89º | 0.76% | 0.82% | - |
| XYZ | 29.64 | 16.72 | 13.22 | - |
| YUV | 103.01 | 125.18 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 98 | 0 | 0.76 | 0.53 | 0.18 | 341.89 | 0.63 | 0.51 |
| Hex | D1 | 32 | 62 | 0 | 4C | 35 | 12 | 156 | 3F | 33 |
| Octal | 321 | 62 | 142 | 0 | 114 | 65 | 22 | 526 | 77 | 63 |
| Binary | 11010001 | 110010 | 1100010 | 0 | 1001100 | 110101 | 10010 | 101010110 | 111111 | 110011 |
Color Harmonies of #D13262
Complementary color
Monochromatic Colors of #D13262
Black with #D13262
Text Example
Text Example
White with #D13262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13262; }
p { color: rgb(209,50,98); }
H1.HeaderClassName
{
color: #D13262;
}
.AnyTagClassName
{
color: #D13262;
}
</style>
background-color css
<style>
a { background-color: #D13262; }
a { background-color: rgb(209,50,98); }
div.DivClassName
{
background-color: #D13262;
}
.BgClassName
{
background-color: #D13262;
}
</style>
border-color css
<style>
span { border-color: #D13262; }
span { border-color: rgb(209,50,98); }
td.TdClassName
{
border-color: #D13262;
}
.TagClassName
{
border-color: #D13262;
}
</style>