Shades of Cerise #DA266D
Tints of Cerise #DA266D
RGB
CMYK
RGB Variations
Color information
#DA266D (or 0xDA266D) is known color: Cerise. HEX triplet: DA, 26 and 6D. RGB value is (218,38,109). Sum of RGB (Red+Green+Blue) = 218+38+109=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA266D is #25D992. Grayscale: #636363. Windows color (decimal): -2480531 or 7153370. OLE color: 7153370.
HSL color Cylindrical-coordinate representation of color #DA266D: hue angle of 336.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 #DA266D is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 109 | - |
| CMYK | 0 | 0.83 | 0.5 | 0.15 |
| HSL | 336.33º | 0.71% | 0.5% | - |
| HSV(B) | 336.33º | 0.83% | 0.85% | - |
| XYZ | 32.37 | 17.4 | 16.12 | - |
| YUV | 99.91 | 133.13 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 109 | 0 | 0.83 | 0.5 | 0.15 | 336.33 | 0.71 | 0.5 |
| Hex | DA | 26 | 6D | 0 | 53 | 32 | F | 150 | 47 | 32 |
| Octal | 332 | 46 | 155 | 0 | 123 | 62 | 17 | 520 | 107 | 62 |
| Binary | 11011010 | 100110 | 1101101 | 0 | 1010011 | 110010 | 1111 | 101010000 | 1000111 | 110010 |
Color Harmonies of #DA266D
Complementary color
Monochromatic Colors of #DA266D
Black with #DA266D
Text Example
Text Example
White with #DA266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA266D; }
p { color: rgb(218,38,109); }
H1.HeaderClassName
{
color: #DA266D;
}
.AnyTagClassName
{
color: #DA266D;
}
</style>
background-color css
<style>
a { background-color: #DA266D; }
a { background-color: rgb(218,38,109); }
div.DivClassName
{
background-color: #DA266D;
}
.BgClassName
{
background-color: #DA266D;
}
</style>
border-color css
<style>
span { border-color: #DA266D; }
span { border-color: rgb(218,38,109); }
td.TdClassName
{
border-color: #DA266D;
}
.TagClassName
{
border-color: #DA266D;
}
</style>