Shades of Cerise #D64161
Tints of Cerise #D64161
RGB
CMYK
RGB Variations
Color information
#D64161 (or 0xD64161) is known color: Cerise. HEX triplet: D6, 41 and 61. RGB value is (214,65,97). Sum of RGB (Red+Green+Blue) = 214+65+97=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D64161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64161 is #29BE9E. Grayscale: #717171. Windows color (decimal): -2735775 or 6373846. OLE color: 6373846.
HSL color Cylindrical-coordinate representation of color #D64161: hue angle of 347.11º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64161 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 97 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.16 |
| HSL | 347.11º | 0.65% | 0.55% | - |
| HSV(B) | 347.11º | 0.7% | 0.84% | - |
| XYZ | 31.78 | 18.94 | 13.29 | - |
| YUV | 113.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 97 | 0 | 0.70 | 0.55 | 0.16 | 347.11 | 0.65 | 0.55 |
| Hex | D6 | 41 | 61 | 0 | 46 | 37 | 10 | 15B | 41 | 37 |
| Octal | 326 | 101 | 141 | 0 | 106 | 67 | 20 | 533 | 101 | 67 |
| Binary | 11010110 | 1000001 | 1100001 | 0 | 1000110 | 110111 | 10000 | 101011011 | 1000001 | 110111 |
Color Harmonies of #D64161
Complementary color
Monochromatic Colors of #D64161
Black with #D64161
Text Example
Text Example
White with #D64161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64161; }
p { color: rgb(214,65,97); }
H1.HeaderClassName
{
color: #D64161;
}
.AnyTagClassName
{
color: #D64161;
}
</style>
background-color css
<style>
a { background-color: #D64161; }
a { background-color: rgb(214,65,97); }
div.DivClassName
{
background-color: #D64161;
}
.BgClassName
{
background-color: #D64161;
}
</style>
border-color css
<style>
span { border-color: #D64161; }
span { border-color: rgb(214,65,97); }
td.TdClassName
{
border-color: #D64161;
}
.TagClassName
{
border-color: #D64161;
}
</style>