Shades of Cerise #DA265D
Tints of Cerise #DA265D
RGB
CMYK
RGB Variations
Color information
#DA265D (or 0xDA265D) is known color: Cerise. HEX triplet: DA, 26 and 5D. RGB value is (218,38,93). Sum of RGB (Red+Green+Blue) = 218+38+93=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA265D is #25D9A2. Grayscale: #626262. Windows color (decimal): -2480547 or 6104794. OLE color: 6104794.
HSL color Cylindrical-coordinate representation of color #DA265D: hue angle of 341.67º 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 #DA265D is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 93 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.15 |
| HSL | 341.67º | 0.71% | 0.5% | - |
| HSV(B) | 341.67º | 0.83% | 0.85% | - |
| XYZ | 31.58 | 17.08 | 11.99 | - |
| YUV | 98.09 | 125.13 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 93 | 0 | 0.83 | 0.57 | 0.15 | 341.67 | 0.71 | 0.5 |
| Hex | DA | 26 | 5D | 0 | 53 | 39 | F | 156 | 47 | 32 |
| Octal | 332 | 46 | 135 | 0 | 123 | 71 | 17 | 526 | 107 | 62 |
| Binary | 11011010 | 100110 | 1011101 | 0 | 1010011 | 111001 | 1111 | 101010110 | 1000111 | 110010 |
Color Harmonies of #DA265D
Complementary color
Monochromatic Colors of #DA265D
Black with #DA265D
Text Example
Text Example
White with #DA265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA265D; }
p { color: rgb(218,38,93); }
H1.HeaderClassName
{
color: #DA265D;
}
.AnyTagClassName
{
color: #DA265D;
}
</style>
background-color css
<style>
a { background-color: #DA265D; }
a { background-color: rgb(218,38,93); }
div.DivClassName
{
background-color: #DA265D;
}
.BgClassName
{
background-color: #DA265D;
}
</style>
border-color css
<style>
span { border-color: #DA265D; }
span { border-color: rgb(218,38,93); }
td.TdClassName
{
border-color: #DA265D;
}
.TagClassName
{
border-color: #DA265D;
}
</style>