Shades of Cerise #DA3A6B
Tints of Cerise #DA3A6B
RGB
CMYK
RGB Variations
Color information
#DA3A6B (or 0xDA3A6B) is known color: Cerise. HEX triplet: DA, 3A and 6B. RGB value is (218,58,107). Sum of RGB (Red+Green+Blue) = 218+58+107=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3A6B is #25C594. Grayscale: #6F6F6F. Windows color (decimal): -2475413 or 7027418. OLE color: 7027418.
HSL color Cylindrical-coordinate representation of color #DA3A6B: hue angle of 341.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3A6B is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 107 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.15 |
| HSL | 341.63º | 0.68% | 0.54% | - |
| HSV(B) | 341.63º | 0.73% | 0.85% | - |
| XYZ | 33.08 | 18.99 | 15.83 | - |
| YUV | 111.43 | 125.51 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 107 | 0 | 0.73 | 0.51 | 0.15 | 341.63 | 0.68 | 0.54 |
| Hex | DA | 3A | 6B | 0 | 49 | 33 | F | 156 | 44 | 36 |
| Octal | 332 | 72 | 153 | 0 | 111 | 63 | 17 | 526 | 104 | 66 |
| Binary | 11011010 | 111010 | 1101011 | 0 | 1001001 | 110011 | 1111 | 101010110 | 1000100 | 110110 |
Color Harmonies of #DA3A6B
Complementary color
Monochromatic Colors of #DA3A6B
Black with #DA3A6B
Text Example
Text Example
White with #DA3A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A6B; }
p { color: rgb(218,58,107); }
H1.HeaderClassName
{
color: #DA3A6B;
}
.AnyTagClassName
{
color: #DA3A6B;
}
</style>
background-color css
<style>
a { background-color: #DA3A6B; }
a { background-color: rgb(218,58,107); }
div.DivClassName
{
background-color: #DA3A6B;
}
.BgClassName
{
background-color: #DA3A6B;
}
</style>
border-color css
<style>
span { border-color: #DA3A6B; }
span { border-color: rgb(218,58,107); }
td.TdClassName
{
border-color: #DA3A6B;
}
.TagClassName
{
border-color: #DA3A6B;
}
</style>