Shades of Cerise #DA265B
Tints of Cerise #DA265B
RGB
CMYK
RGB Variations
Color information
#DA265B (or 0xDA265B) is known color: Cerise. HEX triplet: DA, 26 and 5B. RGB value is (218,38,91). Sum of RGB (Red+Green+Blue) = 218+38+91=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA265B is #25D9A4. Grayscale: #616161. Windows color (decimal): -2480549 or 5973722. OLE color: 5973722.
HSL color Cylindrical-coordinate representation of color #DA265B: hue angle of 342.33º 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 #DA265B is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 91 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.15 |
| HSL | 342.33º | 0.71% | 0.5% | - |
| HSV(B) | 342.33º | 0.83% | 0.85% | - |
| XYZ | 31.49 | 17.05 | 11.53 | - |
| YUV | 97.86 | 124.13 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 91 | 0 | 0.83 | 0.58 | 0.15 | 342.33 | 0.71 | 0.5 |
| Hex | DA | 26 | 5B | 0 | 53 | 3A | F | 156 | 47 | 32 |
| Octal | 332 | 46 | 133 | 0 | 123 | 72 | 17 | 526 | 107 | 62 |
| Binary | 11011010 | 100110 | 1011011 | 0 | 1010011 | 111010 | 1111 | 101010110 | 1000111 | 110010 |
Color Harmonies of #DA265B
Complementary color
Monochromatic Colors of #DA265B
Black with #DA265B
Text Example
Text Example
White with #DA265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA265B; }
p { color: rgb(218,38,91); }
H1.HeaderClassName
{
color: #DA265B;
}
.AnyTagClassName
{
color: #DA265B;
}
</style>
background-color css
<style>
a { background-color: #DA265B; }
a { background-color: rgb(218,38,91); }
div.DivClassName
{
background-color: #DA265B;
}
.BgClassName
{
background-color: #DA265B;
}
</style>
border-color css
<style>
span { border-color: #DA265B; }
span { border-color: rgb(218,38,91); }
td.TdClassName
{
border-color: #DA265B;
}
.TagClassName
{
border-color: #DA265B;
}
</style>