Shades of Cerise #D04061
Tints of Cerise #D04061
RGB
CMYK
RGB Variations
Color information
#D04061 (or 0xD04061) is known color: Cerise. HEX triplet: D0, 40 and 61. RGB value is (208,64,97). Sum of RGB (Red+Green+Blue) = 208+64+97=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D04061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04061 is #2FBF9E. Grayscale: #6E6E6E. Windows color (decimal): -3129247 or 6373584. OLE color: 6373584.
HSL color Cylindrical-coordinate representation of color #D04061: hue angle of 346.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04061 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 97 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.18 |
| HSL | 346.25º | 0.61% | 0.53% | - |
| HSV(B) | 346.25º | 0.69% | 0.82% | - |
| XYZ | 30 | 17.94 | 13.19 | - |
| YUV | 110.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 97 | 0 | 0.69 | 0.53 | 0.18 | 346.25 | 0.61 | 0.53 |
| Hex | D0 | 40 | 61 | 0 | 45 | 35 | 12 | 15A | 3D | 35 |
| Octal | 320 | 100 | 141 | 0 | 105 | 65 | 22 | 532 | 75 | 65 |
| Binary | 11010000 | 1000000 | 1100001 | 0 | 1000101 | 110101 | 10010 | 101011010 | 111101 | 110101 |
Color Harmonies of #D04061
Complementary color
Monochromatic Colors of #D04061
Black with #D04061
Text Example
Text Example
White with #D04061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04061; }
p { color: rgb(208,64,97); }
H1.HeaderClassName
{
color: #D04061;
}
.AnyTagClassName
{
color: #D04061;
}
</style>
background-color css
<style>
a { background-color: #D04061; }
a { background-color: rgb(208,64,97); }
div.DivClassName
{
background-color: #D04061;
}
.BgClassName
{
background-color: #D04061;
}
</style>
border-color css
<style>
span { border-color: #D04061; }
span { border-color: rgb(208,64,97); }
td.TdClassName
{
border-color: #D04061;
}
.TagClassName
{
border-color: #D04061;
}
</style>