Shades of Cerise #D53B68
Tints of Cerise #D53B68
RGB
CMYK
RGB Variations
Color information
#D53B68 (or 0xD53B68) is known color: Cerise. HEX triplet: D5, 3B and 68. RGB value is (213,59,104). Sum of RGB (Red+Green+Blue) = 213+59+104=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B68 is #2AC497. Grayscale: #6E6E6E. Windows color (decimal): -2802840 or 6831061. OLE color: 6831061.
HSL color Cylindrical-coordinate representation of color #D53B68: hue angle of 342.47º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53B68 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 104 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.16 |
| HSL | 342.47º | 0.65% | 0.53% | - |
| HSV(B) | 342.47º | 0.72% | 0.84% | - |
| XYZ | 31.5 | 18.27 | 14.96 | - |
| YUV | 110.18 | 124.52 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 104 | 0 | 0.72 | 0.51 | 0.16 | 342.47 | 0.65 | 0.53 |
| Hex | D5 | 3B | 68 | 0 | 48 | 33 | 10 | 156 | 41 | 35 |
| Octal | 325 | 73 | 150 | 0 | 110 | 63 | 20 | 526 | 101 | 65 |
| Binary | 11010101 | 111011 | 1101000 | 0 | 1001000 | 110011 | 10000 | 101010110 | 1000001 | 110101 |
Color Harmonies of #D53B68
Complementary color
Monochromatic Colors of #D53B68
Black with #D53B68
Text Example
Text Example
White with #D53B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53B68; }
p { color: rgb(213,59,104); }
H1.HeaderClassName
{
color: #D53B68;
}
.AnyTagClassName
{
color: #D53B68;
}
</style>
background-color css
<style>
a { background-color: #D53B68; }
a { background-color: rgb(213,59,104); }
div.DivClassName
{
background-color: #D53B68;
}
.BgClassName
{
background-color: #D53B68;
}
</style>
border-color css
<style>
span { border-color: #D53B68; }
span { border-color: rgb(213,59,104); }
td.TdClassName
{
border-color: #D53B68;
}
.TagClassName
{
border-color: #D53B68;
}
</style>