Shades of Cerise #D54067
Tints of Cerise #D54067
RGB
CMYK
RGB Variations
Color information
#D54067 (or 0xD54067) is known color: Cerise. HEX triplet: D5, 40 and 67. RGB value is (213,64,103). Sum of RGB (Red+Green+Blue) = 213+64+103=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D54067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54067 is #2ABF98. Grayscale: #707070. Windows color (decimal): -2801561 or 6766805. OLE color: 6766805.
HSL color Cylindrical-coordinate representation of color #D54067: hue angle of 344.3º 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 #D54067 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 103 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.16 |
| HSL | 344.3º | 0.64% | 0.54% | - |
| HSV(B) | 344.3º | 0.7% | 0.84% | - |
| XYZ | 31.72 | 18.79 | 14.79 | - |
| YUV | 113 | 122.36 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 103 | 0 | 0.70 | 0.52 | 0.16 | 344.3 | 0.64 | 0.54 |
| Hex | D5 | 40 | 67 | 0 | 46 | 34 | 10 | 158 | 40 | 36 |
| Octal | 325 | 100 | 147 | 0 | 106 | 64 | 20 | 530 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1100111 | 0 | 1000110 | 110100 | 10000 | 101011000 | 1000000 | 110110 |
Color Harmonies of #D54067
Complementary color
Monochromatic Colors of #D54067
Black with #D54067
Text Example
Text Example
White with #D54067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54067; }
p { color: rgb(213,64,103); }
H1.HeaderClassName
{
color: #D54067;
}
.AnyTagClassName
{
color: #D54067;
}
</style>
background-color css
<style>
a { background-color: #D54067; }
a { background-color: rgb(213,64,103); }
div.DivClassName
{
background-color: #D54067;
}
.BgClassName
{
background-color: #D54067;
}
</style>
border-color css
<style>
span { border-color: #D54067; }
span { border-color: rgb(213,64,103); }
td.TdClassName
{
border-color: #D54067;
}
.TagClassName
{
border-color: #D54067;
}
</style>