Shades of Cerise #DA3265
Tints of Cerise #DA3265
RGB
CMYK
RGB Variations
Color information
#DA3265 (or 0xDA3265) is known color: Cerise. HEX triplet: DA, 32 and 65. RGB value is (218,50,101). Sum of RGB (Red+Green+Blue) = 218+50+101=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3265 is #25CD9A. Grayscale: #6A6A6A. Windows color (decimal): -2477467 or 6632154. OLE color: 6632154.
HSL color Cylindrical-coordinate representation of color #DA3265: hue angle of 341.79º 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 #DA3265 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 101 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.15 |
| HSL | 341.79º | 0.69% | 0.53% | - |
| HSV(B) | 341.79º | 0.77% | 0.85% | - |
| XYZ | 32.4 | 18.13 | 14.1 | - |
| YUV | 106.05 | 125.16 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 101 | 0 | 0.77 | 0.54 | 0.15 | 341.79 | 0.69 | 0.53 |
| Hex | DA | 32 | 65 | 0 | 4D | 36 | F | 156 | 45 | 35 |
| Octal | 332 | 62 | 145 | 0 | 115 | 66 | 17 | 526 | 105 | 65 |
| Binary | 11011010 | 110010 | 1100101 | 0 | 1001101 | 110110 | 1111 | 101010110 | 1000101 | 110101 |
Color Harmonies of #DA3265
Complementary color
Monochromatic Colors of #DA3265
Black with #DA3265
Text Example
Text Example
White with #DA3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3265; }
p { color: rgb(218,50,101); }
H1.HeaderClassName
{
color: #DA3265;
}
.AnyTagClassName
{
color: #DA3265;
}
</style>
background-color css
<style>
a { background-color: #DA3265; }
a { background-color: rgb(218,50,101); }
div.DivClassName
{
background-color: #DA3265;
}
.BgClassName
{
background-color: #DA3265;
}
</style>
border-color css
<style>
span { border-color: #DA3265; }
span { border-color: rgb(218,50,101); }
td.TdClassName
{
border-color: #DA3265;
}
.TagClassName
{
border-color: #DA3265;
}
</style>