Shades of Cerise #DA325B
Tints of Cerise #DA325B
RGB
CMYK
RGB Variations
Color information
#DA325B (or 0xDA325B) is known color: Cerise. HEX triplet: DA, 32 and 5B. RGB value is (218,50,91). Sum of RGB (Red+Green+Blue) = 218+50+91=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA325B is #25CDA4. Grayscale: #686868. Windows color (decimal): -2477477 or 5976794. OLE color: 5976794.
HSL color Cylindrical-coordinate representation of color #DA325B: hue angle of 345.36º 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 #DA325B is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 91 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.15 |
| HSL | 345.36º | 0.69% | 0.53% | - |
| HSV(B) | 345.36º | 0.77% | 0.85% | - |
| XYZ | 31.94 | 17.94 | 11.68 | - |
| YUV | 104.91 | 120.16 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 91 | 0 | 0.77 | 0.58 | 0.15 | 345.36 | 0.69 | 0.53 |
| Hex | DA | 32 | 5B | 0 | 4D | 3A | F | 159 | 45 | 35 |
| Octal | 332 | 62 | 133 | 0 | 115 | 72 | 17 | 531 | 105 | 65 |
| Binary | 11011010 | 110010 | 1011011 | 0 | 1001101 | 111010 | 1111 | 101011001 | 1000101 | 110101 |
Color Harmonies of #DA325B
Complementary color
Monochromatic Colors of #DA325B
Black with #DA325B
Text Example
Text Example
White with #DA325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA325B; }
p { color: rgb(218,50,91); }
H1.HeaderClassName
{
color: #DA325B;
}
.AnyTagClassName
{
color: #DA325B;
}
</style>
background-color css
<style>
a { background-color: #DA325B; }
a { background-color: rgb(218,50,91); }
div.DivClassName
{
background-color: #DA325B;
}
.BgClassName
{
background-color: #DA325B;
}
</style>
border-color css
<style>
span { border-color: #DA325B; }
span { border-color: rgb(218,50,91); }
td.TdClassName
{
border-color: #DA325B;
}
.TagClassName
{
border-color: #DA325B;
}
</style>