Shades of Cerise #D53262
Tints of Cerise #D53262
RGB
CMYK
RGB Variations
Color information
#D53262 (or 0xD53262) is known color: Cerise. HEX triplet: D5, 32 and 62. RGB value is (213,50,98). Sum of RGB (Red+Green+Blue) = 213+50+98=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D53262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53262 is #2ACD9D. Grayscale: #686868. Windows color (decimal): -2805150 or 6435541. OLE color: 6435541.
HSL color Cylindrical-coordinate representation of color #D53262: hue angle of 342.33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53262 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 98 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.16 |
| HSL | 342.33º | 0.66% | 0.52% | - |
| HSV(B) | 342.33º | 0.77% | 0.84% | - |
| XYZ | 30.79 | 17.31 | 13.27 | - |
| YUV | 104.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 98 | 0 | 0.77 | 0.54 | 0.16 | 342.33 | 0.66 | 0.52 |
| Hex | D5 | 32 | 62 | 0 | 4D | 36 | 10 | 156 | 42 | 34 |
| Octal | 325 | 62 | 142 | 0 | 115 | 66 | 20 | 526 | 102 | 64 |
| Binary | 11010101 | 110010 | 1100010 | 0 | 1001101 | 110110 | 10000 | 101010110 | 1000010 | 110100 |
Color Harmonies of #D53262
Complementary color
Monochromatic Colors of #D53262
Black with #D53262
Text Example
Text Example
White with #D53262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53262; }
p { color: rgb(213,50,98); }
H1.HeaderClassName
{
color: #D53262;
}
.AnyTagClassName
{
color: #D53262;
}
</style>
background-color css
<style>
a { background-color: #D53262; }
a { background-color: rgb(213,50,98); }
div.DivClassName
{
background-color: #D53262;
}
.BgClassName
{
background-color: #D53262;
}
</style>
border-color css
<style>
span { border-color: #D53262; }
span { border-color: rgb(213,50,98); }
td.TdClassName
{
border-color: #D53262;
}
.TagClassName
{
border-color: #D53262;
}
</style>