Shades of Cerise #DA4269
Tints of Cerise #DA4269
RGB
CMYK
RGB Variations
Color information
#DA4269 (or 0xDA4269) is known color: Cerise. HEX triplet: DA, 42 and 69. RGB value is (218,66,105). Sum of RGB (Red+Green+Blue) = 218+66+105=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4269 is #25BD96. Grayscale: #737373. Windows color (decimal): -2473367 or 6898394. OLE color: 6898394.
HSL color Cylindrical-coordinate representation of color #DA4269: hue angle of 344.61º 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 #DA4269 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 105 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.15 |
| HSL | 344.61º | 0.67% | 0.56% | - |
| HSV(B) | 344.61º | 0.7% | 0.85% | - |
| XYZ | 33.41 | 19.82 | 15.43 | - |
| YUV | 115.89 | 121.86 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 105 | 0 | 0.70 | 0.52 | 0.15 | 344.61 | 0.67 | 0.56 |
| Hex | DA | 42 | 69 | 0 | 46 | 34 | F | 159 | 43 | 38 |
| Octal | 332 | 102 | 151 | 0 | 106 | 64 | 17 | 531 | 103 | 70 |
| Binary | 11011010 | 1000010 | 1101001 | 0 | 1000110 | 110100 | 1111 | 101011001 | 1000011 | 111000 |
Color Harmonies of #DA4269
Complementary color
Monochromatic Colors of #DA4269
Black with #DA4269
Text Example
Text Example
White with #DA4269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4269; }
p { color: rgb(218,66,105); }
H1.HeaderClassName
{
color: #DA4269;
}
.AnyTagClassName
{
color: #DA4269;
}
</style>
background-color css
<style>
a { background-color: #DA4269; }
a { background-color: rgb(218,66,105); }
div.DivClassName
{
background-color: #DA4269;
}
.BgClassName
{
background-color: #DA4269;
}
</style>
border-color css
<style>
span { border-color: #DA4269; }
span { border-color: rgb(218,66,105); }
td.TdClassName
{
border-color: #DA4269;
}
.TagClassName
{
border-color: #DA4269;
}
</style>