Shades of Cerise #DA265C
Tints of Cerise #DA265C
RGB
CMYK
RGB Variations
Color information
#DA265C (or 0xDA265C) is known color: Cerise. HEX triplet: DA, 26 and 5C. RGB value is (218,38,92). Sum of RGB (Red+Green+Blue) = 218+38+92=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA265C is #25D9A3. Grayscale: #616161. Windows color (decimal): -2480548 or 6039258. OLE color: 6039258.
HSL color Cylindrical-coordinate representation of color #DA265C: hue angle of 342º degrees, saturation: 0.71, 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 #DA265C is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 92 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.15 |
| HSL | 342º | 0.71% | 0.5% | - |
| HSV(B) | 342º | 0.83% | 0.85% | - |
| XYZ | 31.54 | 17.06 | 11.76 | - |
| YUV | 97.98 | 124.63 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 92 | 0 | 0.83 | 0.58 | 0.15 | 342 | 0.71 | 0.5 |
| Hex | DA | 26 | 5C | 0 | 53 | 3A | F | 156 | 47 | 32 |
| Octal | 332 | 46 | 134 | 0 | 123 | 72 | 17 | 526 | 107 | 62 |
| Binary | 11011010 | 100110 | 1011100 | 0 | 1010011 | 111010 | 1111 | 101010110 | 1000111 | 110010 |
Color Harmonies of #DA265C
Complementary color
Monochromatic Colors of #DA265C
Black with #DA265C
Text Example
Text Example
White with #DA265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA265C; }
p { color: rgb(218,38,92); }
H1.HeaderClassName
{
color: #DA265C;
}
.AnyTagClassName
{
color: #DA265C;
}
</style>
background-color css
<style>
a { background-color: #DA265C; }
a { background-color: rgb(218,38,92); }
div.DivClassName
{
background-color: #DA265C;
}
.BgClassName
{
background-color: #DA265C;
}
</style>
border-color css
<style>
span { border-color: #DA265C; }
span { border-color: rgb(218,38,92); }
td.TdClassName
{
border-color: #DA265C;
}
.TagClassName
{
border-color: #DA265C;
}
</style>