Shades of Cerise #DA3468
Tints of Cerise #DA3468
RGB
CMYK
RGB Variations
Color information
#DA3468 (or 0xDA3468) is known color: Cerise. HEX triplet: DA, 34 and 68. RGB value is (218,52,104). Sum of RGB (Red+Green+Blue) = 218+52+104=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3468 is #25CB97. Grayscale: #6B6B6B. Windows color (decimal): -2476952 or 6829274. OLE color: 6829274.
HSL color Cylindrical-coordinate representation of color #DA3468: hue angle of 341.2º 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 #DA3468 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 104 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.15 |
| HSL | 341.2º | 0.69% | 0.53% | - |
| HSV(B) | 341.2º | 0.76% | 0.85% | - |
| XYZ | 32.64 | 18.36 | 14.92 | - |
| YUV | 107.56 | 126 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 104 | 0 | 0.76 | 0.52 | 0.15 | 341.2 | 0.69 | 0.53 |
| Hex | DA | 34 | 68 | 0 | 4C | 34 | F | 155 | 45 | 35 |
| Octal | 332 | 64 | 150 | 0 | 114 | 64 | 17 | 525 | 105 | 65 |
| Binary | 11011010 | 110100 | 1101000 | 0 | 1001100 | 110100 | 1111 | 101010101 | 1000101 | 110101 |
Color Harmonies of #DA3468
Complementary color
Monochromatic Colors of #DA3468
Black with #DA3468
Text Example
Text Example
White with #DA3468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3468; }
p { color: rgb(218,52,104); }
H1.HeaderClassName
{
color: #DA3468;
}
.AnyTagClassName
{
color: #DA3468;
}
</style>
background-color css
<style>
a { background-color: #DA3468; }
a { background-color: rgb(218,52,104); }
div.DivClassName
{
background-color: #DA3468;
}
.BgClassName
{
background-color: #DA3468;
}
</style>
border-color css
<style>
span { border-color: #DA3468; }
span { border-color: rgb(218,52,104); }
td.TdClassName
{
border-color: #DA3468;
}
.TagClassName
{
border-color: #DA3468;
}
</style>