Shades of Cerise #DA3675
Tints of Cerise #DA3675
RGB
CMYK
RGB Variations
Color information
#DA3675 (or 0xDA3675) is known color: Cerise. HEX triplet: DA, 36 and 75. RGB value is (218,54,117). Sum of RGB (Red+Green+Blue) = 218+54+117=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3675 is #25C98A. Grayscale: #6E6E6E. Windows color (decimal): -2476427 or 7681754. OLE color: 7681754.
HSL color Cylindrical-coordinate representation of color #DA3675: hue angle of 336.95º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA3675 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 117 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.15 |
| HSL | 336.95º | 0.69% | 0.53% | - |
| HSV(B) | 336.95º | 0.75% | 0.85% | - |
| XYZ | 33.44 | 18.83 | 18.7 | - |
| YUV | 110.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 117 | 0 | 0.75 | 0.46 | 0.15 | 336.95 | 0.69 | 0.53 |
| Hex | DA | 36 | 75 | 0 | 4B | 2E | F | 151 | 45 | 35 |
| Octal | 332 | 66 | 165 | 0 | 113 | 56 | 17 | 521 | 105 | 65 |
| Binary | 11011010 | 110110 | 1110101 | 0 | 1001011 | 101110 | 1111 | 101010001 | 1000101 | 110101 |
Color Harmonies of #DA3675
Complementary color
Monochromatic Colors of #DA3675
Black with #DA3675
Text Example
Text Example
White with #DA3675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3675; }
p { color: rgb(218,54,117); }
H1.HeaderClassName
{
color: #DA3675;
}
.AnyTagClassName
{
color: #DA3675;
}
</style>
background-color css
<style>
a { background-color: #DA3675; }
a { background-color: rgb(218,54,117); }
div.DivClassName
{
background-color: #DA3675;
}
.BgClassName
{
background-color: #DA3675;
}
</style>
border-color css
<style>
span { border-color: #DA3675; }
span { border-color: rgb(218,54,117); }
td.TdClassName
{
border-color: #DA3675;
}
.TagClassName
{
border-color: #DA3675;
}
</style>