Shades of Cerise #D53665
Tints of Cerise #D53665
RGB
CMYK
RGB Variations
Color information
#D53665 (or 0xD53665) is known color: Cerise. HEX triplet: D5, 36 and 65. RGB value is (213,54,101). Sum of RGB (Red+Green+Blue) = 213+54+101=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D53665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53665 is #2AC99A. Grayscale: #6A6A6A. Windows color (decimal): -2804123 or 6633173. OLE color: 6633173.
HSL color Cylindrical-coordinate representation of color #D53665: hue angle of 342.26º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53665 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 101 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.16 |
| HSL | 342.26º | 0.65% | 0.52% | - |
| HSV(B) | 342.26º | 0.75% | 0.84% | - |
| XYZ | 31.11 | 17.72 | 14.09 | - |
| YUV | 106.9 | 124.68 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 101 | 0 | 0.75 | 0.53 | 0.16 | 342.26 | 0.65 | 0.52 |
| Hex | D5 | 36 | 65 | 0 | 4B | 35 | 10 | 156 | 41 | 34 |
| Octal | 325 | 66 | 145 | 0 | 113 | 65 | 20 | 526 | 101 | 64 |
| Binary | 11010101 | 110110 | 1100101 | 0 | 1001011 | 110101 | 10000 | 101010110 | 1000001 | 110100 |
Color Harmonies of #D53665
Complementary color
Monochromatic Colors of #D53665
Black with #D53665
Text Example
Text Example
White with #D53665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53665; }
p { color: rgb(213,54,101); }
H1.HeaderClassName
{
color: #D53665;
}
.AnyTagClassName
{
color: #D53665;
}
</style>
background-color css
<style>
a { background-color: #D53665; }
a { background-color: rgb(213,54,101); }
div.DivClassName
{
background-color: #D53665;
}
.BgClassName
{
background-color: #D53665;
}
</style>
border-color css
<style>
span { border-color: #D53665; }
span { border-color: rgb(213,54,101); }
td.TdClassName
{
border-color: #D53665;
}
.TagClassName
{
border-color: #D53665;
}
</style>