Shades of Cerise #DA3670
Tints of Cerise #DA3670
RGB
CMYK
RGB Variations
Color information
#DA3670 (or 0xDA3670) is known color: Cerise. HEX triplet: DA, 36 and 70. RGB value is (218,54,112). Sum of RGB (Red+Green+Blue) = 218+54+112=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3670 is #25C98F. Grayscale: #6D6D6D. Windows color (decimal): -2476432 or 7354074. OLE color: 7354074.
HSL color Cylindrical-coordinate representation of color #DA3670: hue angle of 338.78º 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 #DA3670 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 112 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.15 |
| HSL | 338.78º | 0.69% | 0.53% | - |
| HSV(B) | 338.78º | 0.75% | 0.85% | - |
| XYZ | 33.16 | 18.71 | 17.19 | - |
| YUV | 109.65 | 129.33 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 112 | 0 | 0.75 | 0.49 | 0.15 | 338.78 | 0.69 | 0.53 |
| Hex | DA | 36 | 70 | 0 | 4B | 31 | F | 153 | 45 | 35 |
| Octal | 332 | 66 | 160 | 0 | 113 | 61 | 17 | 523 | 105 | 65 |
| Binary | 11011010 | 110110 | 1110000 | 0 | 1001011 | 110001 | 1111 | 101010011 | 1000101 | 110101 |
Color Harmonies of #DA3670
Complementary color
Monochromatic Colors of #DA3670
Black with #DA3670
Text Example
Text Example
White with #DA3670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3670; }
p { color: rgb(218,54,112); }
H1.HeaderClassName
{
color: #DA3670;
}
.AnyTagClassName
{
color: #DA3670;
}
</style>
background-color css
<style>
a { background-color: #DA3670; }
a { background-color: rgb(218,54,112); }
div.DivClassName
{
background-color: #DA3670;
}
.BgClassName
{
background-color: #DA3670;
}
</style>
border-color css
<style>
span { border-color: #DA3670; }
span { border-color: rgb(218,54,112); }
td.TdClassName
{
border-color: #DA3670;
}
.TagClassName
{
border-color: #DA3670;
}
</style>