Shades of Cerise #DA246A
Tints of Cerise #DA246A
RGB
CMYK
RGB Variations
Color information
#DA246A (or 0xDA246A) is known color: Cerise. HEX triplet: DA, 24 and 6A. RGB value is (218,36,106). Sum of RGB (Red+Green+Blue) = 218+36+106=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA246A is #25DB95. Grayscale: #626262. Windows color (decimal): -2481046 or 6956250. OLE color: 6956250.
HSL color Cylindrical-coordinate representation of color #DA246A: hue angle of 336.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA246A is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 106 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.15 |
| HSL | 336.92º | 0.72% | 0.5% | - |
| HSV(B) | 336.92º | 0.83% | 0.85% | - |
| XYZ | 32.15 | 17.21 | 15.26 | - |
| YUV | 98.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 106 | 0 | 0.83 | 0.51 | 0.15 | 336.92 | 0.72 | 0.5 |
| Hex | DA | 24 | 6A | 0 | 53 | 33 | F | 151 | 48 | 32 |
| Octal | 332 | 44 | 152 | 0 | 123 | 63 | 17 | 521 | 110 | 62 |
| Binary | 11011010 | 100100 | 1101010 | 0 | 1010011 | 110011 | 1111 | 101010001 | 1001000 | 110010 |
Color Harmonies of #DA246A
Complementary color
Monochromatic Colors of #DA246A
Black with #DA246A
Text Example
Text Example
White with #DA246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA246A; }
p { color: rgb(218,36,106); }
H1.HeaderClassName
{
color: #DA246A;
}
.AnyTagClassName
{
color: #DA246A;
}
</style>
background-color css
<style>
a { background-color: #DA246A; }
a { background-color: rgb(218,36,106); }
div.DivClassName
{
background-color: #DA246A;
}
.BgClassName
{
background-color: #DA246A;
}
</style>
border-color css
<style>
span { border-color: #DA246A; }
span { border-color: rgb(218,36,106); }
td.TdClassName
{
border-color: #DA246A;
}
.TagClassName
{
border-color: #DA246A;
}
</style>