Shades of Cerise #DA325F
Tints of Cerise #DA325F
RGB
CMYK
RGB Variations
Color information
#DA325F (or 0xDA325F) is known color: Cerise. HEX triplet: DA, 32 and 5F. RGB value is (218,50,95). Sum of RGB (Red+Green+Blue) = 218+50+95=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA325F is #25CDA0. Grayscale: #696969. Windows color (decimal): -2477473 or 6238938. OLE color: 6238938.
HSL color Cylindrical-coordinate representation of color #DA325F: hue angle of 343.93º 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 #DA325F is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 95 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.15 |
| HSL | 343.93º | 0.69% | 0.53% | - |
| HSV(B) | 343.93º | 0.77% | 0.85% | - |
| XYZ | 32.12 | 18.01 | 12.61 | - |
| YUV | 105.36 | 122.16 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 95 | 0 | 0.77 | 0.56 | 0.15 | 343.93 | 0.69 | 0.53 |
| Hex | DA | 32 | 5F | 0 | 4D | 38 | F | 158 | 45 | 35 |
| Octal | 332 | 62 | 137 | 0 | 115 | 70 | 17 | 530 | 105 | 65 |
| Binary | 11011010 | 110010 | 1011111 | 0 | 1001101 | 111000 | 1111 | 101011000 | 1000101 | 110101 |
Color Harmonies of #DA325F
Complementary color
Monochromatic Colors of #DA325F
Black with #DA325F
Text Example
Text Example
White with #DA325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA325F; }
p { color: rgb(218,50,95); }
H1.HeaderClassName
{
color: #DA325F;
}
.AnyTagClassName
{
color: #DA325F;
}
</style>
background-color css
<style>
a { background-color: #DA325F; }
a { background-color: rgb(218,50,95); }
div.DivClassName
{
background-color: #DA325F;
}
.BgClassName
{
background-color: #DA325F;
}
</style>
border-color css
<style>
span { border-color: #DA325F; }
span { border-color: rgb(218,50,95); }
td.TdClassName
{
border-color: #DA325F;
}
.TagClassName
{
border-color: #DA325F;
}
</style>