Shades of Cerise #DA4067
Tints of Cerise #DA4067
RGB
CMYK
RGB Variations
Color information
#DA4067 (or 0xDA4067) is known color: Cerise. HEX triplet: DA, 40 and 67. RGB value is (218,64,103). Sum of RGB (Red+Green+Blue) = 218+64+103=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4067 is #25BF98. Grayscale: #727272. Windows color (decimal): -2473881 or 6766810. OLE color: 6766810.
HSL color Cylindrical-coordinate representation of color #DA4067: hue angle of 344.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4067 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 103 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.15 |
| HSL | 344.81º | 0.68% | 0.55% | - |
| HSV(B) | 344.81º | 0.71% | 0.85% | - |
| XYZ | 33.2 | 19.55 | 14.86 | - |
| YUV | 114.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 103 | 0 | 0.71 | 0.53 | 0.15 | 344.81 | 0.68 | 0.55 |
| Hex | DA | 40 | 67 | 0 | 47 | 35 | F | 159 | 44 | 37 |
| Octal | 332 | 100 | 147 | 0 | 107 | 65 | 17 | 531 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1100111 | 0 | 1000111 | 110101 | 1111 | 101011001 | 1000100 | 110111 |
Color Harmonies of #DA4067
Complementary color
Monochromatic Colors of #DA4067
Black with #DA4067
Text Example
Text Example
White with #DA4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4067; }
p { color: rgb(218,64,103); }
H1.HeaderClassName
{
color: #DA4067;
}
.AnyTagClassName
{
color: #DA4067;
}
</style>
background-color css
<style>
a { background-color: #DA4067; }
a { background-color: rgb(218,64,103); }
div.DivClassName
{
background-color: #DA4067;
}
.BgClassName
{
background-color: #DA4067;
}
</style>
border-color css
<style>
span { border-color: #DA4067; }
span { border-color: rgb(218,64,103); }
td.TdClassName
{
border-color: #DA4067;
}
.TagClassName
{
border-color: #DA4067;
}
</style>