Shades of Cerise #D53F68
Tints of Cerise #D53F68
RGB
CMYK
RGB Variations
Color information
#D53F68 (or 0xD53F68) is known color: Cerise. HEX triplet: D5, 3F and 68. RGB value is (213,63,104). Sum of RGB (Red+Green+Blue) = 213+63+104=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F68 is #2AC097. Grayscale: #707070. Windows color (decimal): -2801816 or 6832085. OLE color: 6832085.
HSL color Cylindrical-coordinate representation of color #D53F68: hue angle of 343.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F68 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 104 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.16 |
| HSL | 343.6º | 0.64% | 0.54% | - |
| HSV(B) | 343.6º | 0.7% | 0.84% | - |
| XYZ | 31.72 | 18.7 | 15.03 | - |
| YUV | 112.52 | 123.2 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 104 | 0 | 0.70 | 0.51 | 0.16 | 343.6 | 0.64 | 0.54 |
| Hex | D5 | 3F | 68 | 0 | 46 | 33 | 10 | 158 | 40 | 36 |
| Octal | 325 | 77 | 150 | 0 | 106 | 63 | 20 | 530 | 100 | 66 |
| Binary | 11010101 | 111111 | 1101000 | 0 | 1000110 | 110011 | 10000 | 101011000 | 1000000 | 110110 |
Color Harmonies of #D53F68
Complementary color
Monochromatic Colors of #D53F68
Black with #D53F68
Text Example
Text Example
White with #D53F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F68; }
p { color: rgb(213,63,104); }
H1.HeaderClassName
{
color: #D53F68;
}
.AnyTagClassName
{
color: #D53F68;
}
</style>
background-color css
<style>
a { background-color: #D53F68; }
a { background-color: rgb(213,63,104); }
div.DivClassName
{
background-color: #D53F68;
}
.BgClassName
{
background-color: #D53F68;
}
</style>
border-color css
<style>
span { border-color: #D53F68; }
span { border-color: rgb(213,63,104); }
td.TdClassName
{
border-color: #D53F68;
}
.TagClassName
{
border-color: #D53F68;
}
</style>