Shades of Cerise #DA3270
Tints of Cerise #DA3270
RGB
CMYK
RGB Variations
Color information
#DA3270 (or 0xDA3270) is known color: Cerise. HEX triplet: DA, 32 and 70. RGB value is (218,50,112). Sum of RGB (Red+Green+Blue) = 218+50+112=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3270 is #25CD8F. Grayscale: #6B6B6B. Windows color (decimal): -2477456 or 7353050. OLE color: 7353050.
HSL color Cylindrical-coordinate representation of color #DA3270: hue angle of 337.86º 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 #DA3270 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 112 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.15 |
| HSL | 337.86º | 0.69% | 0.53% | - |
| HSV(B) | 337.86º | 0.77% | 0.85% | - |
| XYZ | 32.98 | 18.36 | 17.13 | - |
| YUV | 107.3 | 130.66 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 112 | 0 | 0.77 | 0.49 | 0.15 | 337.86 | 0.69 | 0.53 |
| Hex | DA | 32 | 70 | 0 | 4D | 31 | F | 152 | 45 | 35 |
| Octal | 332 | 62 | 160 | 0 | 115 | 61 | 17 | 522 | 105 | 65 |
| Binary | 11011010 | 110010 | 1110000 | 0 | 1001101 | 110001 | 1111 | 101010010 | 1000101 | 110101 |
Color Harmonies of #DA3270
Complementary color
Monochromatic Colors of #DA3270
Black with #DA3270
Text Example
Text Example
White with #DA3270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3270; }
p { color: rgb(218,50,112); }
H1.HeaderClassName
{
color: #DA3270;
}
.AnyTagClassName
{
color: #DA3270;
}
</style>
background-color css
<style>
a { background-color: #DA3270; }
a { background-color: rgb(218,50,112); }
div.DivClassName
{
background-color: #DA3270;
}
.BgClassName
{
background-color: #DA3270;
}
</style>
border-color css
<style>
span { border-color: #DA3270; }
span { border-color: rgb(218,50,112); }
td.TdClassName
{
border-color: #DA3270;
}
.TagClassName
{
border-color: #DA3270;
}
</style>