Shades of Cerise #D53263
Tints of Cerise #D53263
RGB
CMYK
RGB Variations
Color information
#D53263 (or 0xD53263) is known color: Cerise. HEX triplet: D5, 32 and 63. RGB value is (213,50,99). Sum of RGB (Red+Green+Blue) = 213+50+99=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D53263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53263 is #2ACD9C. Grayscale: #686868. Windows color (decimal): -2805149 or 6501077. OLE color: 6501077.
HSL color Cylindrical-coordinate representation of color #D53263: hue angle of 341.96º 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 #D53263 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 99 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.16 |
| HSL | 341.96º | 0.66% | 0.52% | - |
| HSV(B) | 341.96º | 0.77% | 0.84% | - |
| XYZ | 30.83 | 17.33 | 13.52 | - |
| YUV | 104.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 99 | 0 | 0.77 | 0.54 | 0.16 | 341.96 | 0.66 | 0.52 |
| Hex | D5 | 32 | 63 | 0 | 4D | 36 | 10 | 156 | 42 | 34 |
| Octal | 325 | 62 | 143 | 0 | 115 | 66 | 20 | 526 | 102 | 64 |
| Binary | 11010101 | 110010 | 1100011 | 0 | 1001101 | 110110 | 10000 | 101010110 | 1000010 | 110100 |
Color Harmonies of #D53263
Complementary color
Monochromatic Colors of #D53263
Black with #D53263
Text Example
Text Example
White with #D53263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53263; }
p { color: rgb(213,50,99); }
H1.HeaderClassName
{
color: #D53263;
}
.AnyTagClassName
{
color: #D53263;
}
</style>
background-color css
<style>
a { background-color: #D53263; }
a { background-color: rgb(213,50,99); }
div.DivClassName
{
background-color: #D53263;
}
.BgClassName
{
background-color: #D53263;
}
</style>
border-color css
<style>
span { border-color: #D53263; }
span { border-color: rgb(213,50,99); }
td.TdClassName
{
border-color: #D53263;
}
.TagClassName
{
border-color: #D53263;
}
</style>