Shades of Cerise #DA3374
Tints of Cerise #DA3374
RGB
CMYK
RGB Variations
Color information
#DA3374 (or 0xDA3374) is known color: Cerise. HEX triplet: DA, 33 and 74. RGB value is (218,51,116). Sum of RGB (Red+Green+Blue) = 218+51+116=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3374 is #25CC8B. Grayscale: #6C6C6C. Windows color (decimal): -2477196 or 7615450. OLE color: 7615450.
HSL color Cylindrical-coordinate representation of color #DA3374: hue angle of 336.65º 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 #DA3374 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 116 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.15 |
| HSL | 336.65º | 0.69% | 0.53% | - |
| HSV(B) | 336.65º | 0.77% | 0.85% | - |
| XYZ | 33.25 | 18.53 | 18.35 | - |
| YUV | 108.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 116 | 0 | 0.77 | 0.47 | 0.15 | 336.65 | 0.69 | 0.53 |
| Hex | DA | 33 | 74 | 0 | 4D | 2F | F | 151 | 45 | 35 |
| Octal | 332 | 63 | 164 | 0 | 115 | 57 | 17 | 521 | 105 | 65 |
| Binary | 11011010 | 110011 | 1110100 | 0 | 1001101 | 101111 | 1111 | 101010001 | 1000101 | 110101 |
Color Harmonies of #DA3374
Complementary color
Monochromatic Colors of #DA3374
Black with #DA3374
Text Example
Text Example
White with #DA3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3374; }
p { color: rgb(218,51,116); }
H1.HeaderClassName
{
color: #DA3374;
}
.AnyTagClassName
{
color: #DA3374;
}
</style>
background-color css
<style>
a { background-color: #DA3374; }
a { background-color: rgb(218,51,116); }
div.DivClassName
{
background-color: #DA3374;
}
.BgClassName
{
background-color: #DA3374;
}
</style>
border-color css
<style>
span { border-color: #DA3374; }
span { border-color: rgb(218,51,116); }
td.TdClassName
{
border-color: #DA3374;
}
.TagClassName
{
border-color: #DA3374;
}
</style>