Shades of Cerise #D54168
Tints of Cerise #D54168
RGB
CMYK
RGB Variations
Color information
#D54168 (or 0xD54168) is known color: Cerise. HEX triplet: D5, 41 and 68. RGB value is (213,65,104). Sum of RGB (Red+Green+Blue) = 213+65+104=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D54168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54168 is #2ABE97. Grayscale: #717171. Windows color (decimal): -2801304 or 6832597. OLE color: 6832597.
HSL color Cylindrical-coordinate representation of color #D54168: hue angle of 344.19º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54168 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 104 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.16 |
| HSL | 344.19º | 0.64% | 0.55% | - |
| HSV(B) | 344.19º | 0.69% | 0.84% | - |
| XYZ | 31.83 | 18.93 | 15.07 | - |
| YUV | 113.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 104 | 0 | 0.69 | 0.51 | 0.16 | 344.19 | 0.64 | 0.55 |
| Hex | D5 | 41 | 68 | 0 | 45 | 33 | 10 | 158 | 40 | 37 |
| Octal | 325 | 101 | 150 | 0 | 105 | 63 | 20 | 530 | 100 | 67 |
| Binary | 11010101 | 1000001 | 1101000 | 0 | 1000101 | 110011 | 10000 | 101011000 | 1000000 | 110111 |
Color Harmonies of #D54168
Complementary color
Monochromatic Colors of #D54168
Black with #D54168
Text Example
Text Example
White with #D54168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54168; }
p { color: rgb(213,65,104); }
H1.HeaderClassName
{
color: #D54168;
}
.AnyTagClassName
{
color: #D54168;
}
</style>
background-color css
<style>
a { background-color: #D54168; }
a { background-color: rgb(213,65,104); }
div.DivClassName
{
background-color: #D54168;
}
.BgClassName
{
background-color: #D54168;
}
</style>
border-color css
<style>
span { border-color: #D54168; }
span { border-color: rgb(213,65,104); }
td.TdClassName
{
border-color: #D54168;
}
.TagClassName
{
border-color: #D54168;
}
</style>