Shades of Cerise #DA325C
Tints of Cerise #DA325C
RGB
CMYK
RGB Variations
Color information
#DA325C (or 0xDA325C) is known color: Cerise. HEX triplet: DA, 32 and 5C. RGB value is (218,50,92). Sum of RGB (Red+Green+Blue) = 218+50+92=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA325C is #25CDA3. Grayscale: #696969. Windows color (decimal): -2477476 or 6042330. OLE color: 6042330.
HSL color Cylindrical-coordinate representation of color #DA325C: hue angle of 345º 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 #DA325C is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 92 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.15 |
| HSL | 345º | 0.69% | 0.53% | - |
| HSV(B) | 345º | 0.77% | 0.85% | - |
| XYZ | 31.99 | 17.96 | 11.91 | - |
| YUV | 105.02 | 120.66 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 92 | 0 | 0.77 | 0.58 | 0.15 | 345 | 0.69 | 0.53 |
| Hex | DA | 32 | 5C | 0 | 4D | 3A | F | 159 | 45 | 35 |
| Octal | 332 | 62 | 134 | 0 | 115 | 72 | 17 | 531 | 105 | 65 |
| Binary | 11011010 | 110010 | 1011100 | 0 | 1001101 | 111010 | 1111 | 101011001 | 1000101 | 110101 |
Color Harmonies of #DA325C
Complementary color
Monochromatic Colors of #DA325C
Black with #DA325C
Text Example
Text Example
White with #DA325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA325C; }
p { color: rgb(218,50,92); }
H1.HeaderClassName
{
color: #DA325C;
}
.AnyTagClassName
{
color: #DA325C;
}
</style>
background-color css
<style>
a { background-color: #DA325C; }
a { background-color: rgb(218,50,92); }
div.DivClassName
{
background-color: #DA325C;
}
.BgClassName
{
background-color: #DA325C;
}
</style>
border-color css
<style>
span { border-color: #DA325C; }
span { border-color: rgb(218,50,92); }
td.TdClassName
{
border-color: #DA325C;
}
.TagClassName
{
border-color: #DA325C;
}
</style>