Shades of Cerise #DA336B
Tints of Cerise #DA336B
RGB
CMYK
RGB Variations
Color information
#DA336B (or 0xDA336B) is known color: Cerise. HEX triplet: DA, 33 and 6B. RGB value is (218,51,107). Sum of RGB (Red+Green+Blue) = 218+51+107=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA336B is #25CC94. Grayscale: #6B6B6B. Windows color (decimal): -2477205 or 7025626. OLE color: 7025626.
HSL color Cylindrical-coordinate representation of color #DA336B: hue angle of 339.88º 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 #DA336B is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 107 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.15 |
| HSL | 339.88º | 0.69% | 0.53% | - |
| HSV(B) | 339.88º | 0.77% | 0.85% | - |
| XYZ | 32.75 | 18.33 | 15.72 | - |
| YUV | 107.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 107 | 0 | 0.77 | 0.51 | 0.15 | 339.88 | 0.69 | 0.53 |
| Hex | DA | 33 | 6B | 0 | 4D | 33 | F | 154 | 45 | 35 |
| Octal | 332 | 63 | 153 | 0 | 115 | 63 | 17 | 524 | 105 | 65 |
| Binary | 11011010 | 110011 | 1101011 | 0 | 1001101 | 110011 | 1111 | 101010100 | 1000101 | 110101 |
Color Harmonies of #DA336B
Complementary color
Monochromatic Colors of #DA336B
Black with #DA336B
Text Example
Text Example
White with #DA336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA336B; }
p { color: rgb(218,51,107); }
H1.HeaderClassName
{
color: #DA336B;
}
.AnyTagClassName
{
color: #DA336B;
}
</style>
background-color css
<style>
a { background-color: #DA336B; }
a { background-color: rgb(218,51,107); }
div.DivClassName
{
background-color: #DA336B;
}
.BgClassName
{
background-color: #DA336B;
}
</style>
border-color css
<style>
span { border-color: #DA336B; }
span { border-color: rgb(218,51,107); }
td.TdClassName
{
border-color: #DA336B;
}
.TagClassName
{
border-color: #DA336B;
}
</style>