Shades of Cerise #DA256A
Tints of Cerise #DA256A
RGB
CMYK
RGB Variations
Color information
#DA256A (or 0xDA256A) is known color: Cerise. HEX triplet: DA, 25 and 6A. RGB value is (218,37,106). Sum of RGB (Red+Green+Blue) = 218+37+106=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA256A is #25DA95. Grayscale: #626262. Windows color (decimal): -2480790 or 6956506. OLE color: 6956506.
HSL color Cylindrical-coordinate representation of color #DA256A: hue angle of 337.13º 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 #DA256A is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 106 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.15 |
| HSL | 337.13º | 0.71% | 0.5% | - |
| HSV(B) | 337.13º | 0.83% | 0.85% | - |
| XYZ | 32.18 | 17.27 | 15.27 | - |
| YUV | 98.99 | 131.97 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 106 | 0 | 0.83 | 0.51 | 0.15 | 337.13 | 0.71 | 0.5 |
| Hex | DA | 25 | 6A | 0 | 53 | 33 | F | 151 | 47 | 32 |
| Octal | 332 | 45 | 152 | 0 | 123 | 63 | 17 | 521 | 107 | 62 |
| Binary | 11011010 | 100101 | 1101010 | 0 | 1010011 | 110011 | 1111 | 101010001 | 1000111 | 110010 |
Color Harmonies of #DA256A
Complementary color
Monochromatic Colors of #DA256A
Black with #DA256A
Text Example
Text Example
White with #DA256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA256A; }
p { color: rgb(218,37,106); }
H1.HeaderClassName
{
color: #DA256A;
}
.AnyTagClassName
{
color: #DA256A;
}
</style>
background-color css
<style>
a { background-color: #DA256A; }
a { background-color: rgb(218,37,106); }
div.DivClassName
{
background-color: #DA256A;
}
.BgClassName
{
background-color: #DA256A;
}
</style>
border-color css
<style>
span { border-color: #DA256A; }
span { border-color: rgb(218,37,106); }
td.TdClassName
{
border-color: #DA256A;
}
.TagClassName
{
border-color: #DA256A;
}
</style>