Shades of Cerise #D52663
Tints of Cerise #D52663
RGB
CMYK
RGB Variations
Color information
#D52663 (or 0xD52663) is known color: Cerise. HEX triplet: D5, 26 and 63. RGB value is (213,38,99). Sum of RGB (Red+Green+Blue) = 213+38+99=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D52663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52663 is #2AD99C. Grayscale: #616161. Windows color (decimal): -2808221 or 6498005. OLE color: 6498005.
HSL color Cylindrical-coordinate representation of color #D52663: hue angle of 339.09º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52663 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 99 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.16 |
| HSL | 339.09º | 0.7% | 0.49% | - |
| HSV(B) | 339.09º | 0.82% | 0.84% | - |
| XYZ | 30.39 | 16.43 | 13.37 | - |
| YUV | 97.28 | 128.98 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 99 | 0 | 0.82 | 0.54 | 0.16 | 339.09 | 0.7 | 0.49 |
| Hex | D5 | 26 | 63 | 0 | 52 | 36 | 10 | 153 | 46 | 31 |
| Octal | 325 | 46 | 143 | 0 | 122 | 66 | 20 | 523 | 106 | 61 |
| Binary | 11010101 | 100110 | 1100011 | 0 | 1010010 | 110110 | 10000 | 101010011 | 1000110 | 110001 |
Color Harmonies of #D52663
Complementary color
Monochromatic Colors of #D52663
Black with #D52663
Text Example
Text Example
White with #D52663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52663; }
p { color: rgb(213,38,99); }
H1.HeaderClassName
{
color: #D52663;
}
.AnyTagClassName
{
color: #D52663;
}
</style>
background-color css
<style>
a { background-color: #D52663; }
a { background-color: rgb(213,38,99); }
div.DivClassName
{
background-color: #D52663;
}
.BgClassName
{
background-color: #D52663;
}
</style>
border-color css
<style>
span { border-color: #D52663; }
span { border-color: rgb(213,38,99); }
td.TdClassName
{
border-color: #D52663;
}
.TagClassName
{
border-color: #D52663;
}
</style>