Shades of Cerise #DA4264
Tints of Cerise #DA4264
RGB
CMYK
RGB Variations
Color information
#DA4264 (or 0xDA4264) is known color: Cerise. HEX triplet: DA, 42 and 64. RGB value is (218,66,100). Sum of RGB (Red+Green+Blue) = 218+66+100=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4264 is #25BD9B. Grayscale: #737373. Windows color (decimal): -2473372 or 6570714. OLE color: 6570714.
HSL color Cylindrical-coordinate representation of color #DA4264: hue angle of 346.58º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4264 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 100 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.15 |
| HSL | 346.58º | 0.67% | 0.56% | - |
| HSV(B) | 346.58º | 0.7% | 0.85% | - |
| XYZ | 33.16 | 19.72 | 14.12 | - |
| YUV | 115.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 100 | 0 | 0.70 | 0.54 | 0.15 | 346.58 | 0.67 | 0.56 |
| Hex | DA | 42 | 64 | 0 | 46 | 36 | F | 15B | 43 | 38 |
| Octal | 332 | 102 | 144 | 0 | 106 | 66 | 17 | 533 | 103 | 70 |
| Binary | 11011010 | 1000010 | 1100100 | 0 | 1000110 | 110110 | 1111 | 101011011 | 1000011 | 111000 |
Color Harmonies of #DA4264
Complementary color
Monochromatic Colors of #DA4264
Black with #DA4264
Text Example
Text Example
White with #DA4264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4264; }
p { color: rgb(218,66,100); }
H1.HeaderClassName
{
color: #DA4264;
}
.AnyTagClassName
{
color: #DA4264;
}
</style>
background-color css
<style>
a { background-color: #DA4264; }
a { background-color: rgb(218,66,100); }
div.DivClassName
{
background-color: #DA4264;
}
.BgClassName
{
background-color: #DA4264;
}
</style>
border-color css
<style>
span { border-color: #DA4264; }
span { border-color: rgb(218,66,100); }
td.TdClassName
{
border-color: #DA4264;
}
.TagClassName
{
border-color: #DA4264;
}
</style>