Shades of Cerise #DA3465
Tints of Cerise #DA3465
RGB
CMYK
RGB Variations
Color information
#DA3465 (or 0xDA3465) is known color: Cerise. HEX triplet: DA, 34 and 65. RGB value is (218,52,101). Sum of RGB (Red+Green+Blue) = 218+52+101=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3465 is #25CB9A. Grayscale: #6B6B6B. Windows color (decimal): -2476955 or 6632666. OLE color: 6632666.
HSL color Cylindrical-coordinate representation of color #DA3465: hue angle of 342.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3465 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 101 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.15 |
| HSL | 342.29º | 0.69% | 0.53% | - |
| HSV(B) | 342.29º | 0.76% | 0.85% | - |
| XYZ | 32.49 | 18.3 | 14.13 | - |
| YUV | 107.22 | 124.5 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 101 | 0 | 0.76 | 0.54 | 0.15 | 342.29 | 0.69 | 0.53 |
| Hex | DA | 34 | 65 | 0 | 4C | 36 | F | 156 | 45 | 35 |
| Octal | 332 | 64 | 145 | 0 | 114 | 66 | 17 | 526 | 105 | 65 |
| Binary | 11011010 | 110100 | 1100101 | 0 | 1001100 | 110110 | 1111 | 101010110 | 1000101 | 110101 |
Color Harmonies of #DA3465
Complementary color
Monochromatic Colors of #DA3465
Black with #DA3465
Text Example
Text Example
White with #DA3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3465; }
p { color: rgb(218,52,101); }
H1.HeaderClassName
{
color: #DA3465;
}
.AnyTagClassName
{
color: #DA3465;
}
</style>
background-color css
<style>
a { background-color: #DA3465; }
a { background-color: rgb(218,52,101); }
div.DivClassName
{
background-color: #DA3465;
}
.BgClassName
{
background-color: #DA3465;
}
</style>
border-color css
<style>
span { border-color: #DA3465; }
span { border-color: rgb(218,52,101); }
td.TdClassName
{
border-color: #DA3465;
}
.TagClassName
{
border-color: #DA3465;
}
</style>