Shades of Cerise #D54169
Tints of Cerise #D54169
RGB
CMYK
RGB Variations
Color information
#D54169 (or 0xD54169) is known color: Cerise. HEX triplet: D5, 41 and 69. RGB value is (213,65,105). Sum of RGB (Red+Green+Blue) = 213+65+105=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D54169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54169 is #2ABE96. Grayscale: #717171. Windows color (decimal): -2801303 or 6898133. OLE color: 6898133.
HSL color Cylindrical-coordinate representation of color #D54169: hue angle of 343.78º 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 #D54169 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 105 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.16 |
| HSL | 343.78º | 0.64% | 0.55% | - |
| HSV(B) | 343.78º | 0.69% | 0.84% | - |
| XYZ | 31.88 | 18.95 | 15.34 | - |
| YUV | 113.81 | 123.03 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 105 | 0 | 0.69 | 0.51 | 0.16 | 343.78 | 0.64 | 0.55 |
| Hex | D5 | 41 | 69 | 0 | 45 | 33 | 10 | 158 | 40 | 37 |
| Octal | 325 | 101 | 151 | 0 | 105 | 63 | 20 | 530 | 100 | 67 |
| Binary | 11010101 | 1000001 | 1101001 | 0 | 1000101 | 110011 | 10000 | 101011000 | 1000000 | 110111 |
Color Harmonies of #D54169
Complementary color
Monochromatic Colors of #D54169
Black with #D54169
Text Example
Text Example
White with #D54169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54169; }
p { color: rgb(213,65,105); }
H1.HeaderClassName
{
color: #D54169;
}
.AnyTagClassName
{
color: #D54169;
}
</style>
background-color css
<style>
a { background-color: #D54169; }
a { background-color: rgb(213,65,105); }
div.DivClassName
{
background-color: #D54169;
}
.BgClassName
{
background-color: #D54169;
}
</style>
border-color css
<style>
span { border-color: #D54169; }
span { border-color: rgb(213,65,105); }
td.TdClassName
{
border-color: #D54169;
}
.TagClassName
{
border-color: #D54169;
}
</style>