Shades of Cerise #DA335B
Tints of Cerise #DA335B
RGB
CMYK
RGB Variations
Color information
#DA335B (or 0xDA335B) is known color: Cerise. HEX triplet: DA, 33 and 5B. RGB value is (218,51,91). Sum of RGB (Red+Green+Blue) = 218+51+91=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA335B is #25CCA4. Grayscale: #696969. Windows color (decimal): -2477221 or 5977050. OLE color: 5977050.
HSL color Cylindrical-coordinate representation of color #DA335B: hue angle of 345.63º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA335B is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 91 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.15 |
| HSL | 345.63º | 0.69% | 0.53% | - |
| HSV(B) | 345.63º | 0.77% | 0.85% | - |
| XYZ | 31.99 | 18.03 | 11.69 | - |
| YUV | 105.49 | 119.83 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 91 | 0 | 0.77 | 0.58 | 0.15 | 345.63 | 0.69 | 0.53 |
| Hex | DA | 33 | 5B | 0 | 4D | 3A | F | 15A | 45 | 35 |
| Octal | 332 | 63 | 133 | 0 | 115 | 72 | 17 | 532 | 105 | 65 |
| Binary | 11011010 | 110011 | 1011011 | 0 | 1001101 | 111010 | 1111 | 101011010 | 1000101 | 110101 |
Color Harmonies of #DA335B
Complementary color
Monochromatic Colors of #DA335B
Black with #DA335B
Text Example
Text Example
White with #DA335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA335B; }
p { color: rgb(218,51,91); }
H1.HeaderClassName
{
color: #DA335B;
}
.AnyTagClassName
{
color: #DA335B;
}
</style>
background-color css
<style>
a { background-color: #DA335B; }
a { background-color: rgb(218,51,91); }
div.DivClassName
{
background-color: #DA335B;
}
.BgClassName
{
background-color: #DA335B;
}
</style>
border-color css
<style>
span { border-color: #DA335B; }
span { border-color: rgb(218,51,91); }
td.TdClassName
{
border-color: #DA335B;
}
.TagClassName
{
border-color: #DA335B;
}
</style>