Shades of Cerise #D54166
Tints of Cerise #D54166
RGB
CMYK
RGB Variations
Color information
#D54166 (or 0xD54166) is known color: Cerise. HEX triplet: D5, 41 and 66. RGB value is (213,65,102). Sum of RGB (Red+Green+Blue) = 213+65+102=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D54166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54166 is #2ABE99. Grayscale: #717171. Windows color (decimal): -2801306 or 6701525. OLE color: 6701525.
HSL color Cylindrical-coordinate representation of color #D54166: hue angle of 345º 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 #D54166 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 102 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.16 |
| HSL | 345º | 0.64% | 0.55% | - |
| HSV(B) | 345º | 0.69% | 0.84% | - |
| XYZ | 31.73 | 18.89 | 14.54 | - |
| YUV | 113.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 102 | 0 | 0.69 | 0.52 | 0.16 | 345 | 0.64 | 0.55 |
| Hex | D5 | 41 | 66 | 0 | 45 | 34 | 10 | 159 | 40 | 37 |
| Octal | 325 | 101 | 146 | 0 | 105 | 64 | 20 | 531 | 100 | 67 |
| Binary | 11010101 | 1000001 | 1100110 | 0 | 1000101 | 110100 | 10000 | 101011001 | 1000000 | 110111 |
Color Harmonies of #D54166
Complementary color
Monochromatic Colors of #D54166
Black with #D54166
Text Example
Text Example
White with #D54166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54166; }
p { color: rgb(213,65,102); }
H1.HeaderClassName
{
color: #D54166;
}
.AnyTagClassName
{
color: #D54166;
}
</style>
background-color css
<style>
a { background-color: #D54166; }
a { background-color: rgb(213,65,102); }
div.DivClassName
{
background-color: #D54166;
}
.BgClassName
{
background-color: #D54166;
}
</style>
border-color css
<style>
span { border-color: #D54166; }
span { border-color: rgb(213,65,102); }
td.TdClassName
{
border-color: #D54166;
}
.TagClassName
{
border-color: #D54166;
}
</style>