Shades of Cerise #DA3266
Tints of Cerise #DA3266
RGB
CMYK
RGB Variations
Color information
#DA3266 (or 0xDA3266) is known color: Cerise. HEX triplet: DA, 32 and 66. RGB value is (218,50,102). Sum of RGB (Red+Green+Blue) = 218+50+102=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3266 is #25CD99. Grayscale: #6A6A6A. Windows color (decimal): -2477466 or 6697690. OLE color: 6697690.
HSL color Cylindrical-coordinate representation of color #DA3266: hue angle of 341.43º 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 #DA3266 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 102 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.15 |
| HSL | 341.43º | 0.69% | 0.53% | - |
| HSV(B) | 341.43º | 0.77% | 0.85% | - |
| XYZ | 32.45 | 18.15 | 14.36 | - |
| YUV | 106.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 102 | 0 | 0.77 | 0.53 | 0.15 | 341.43 | 0.69 | 0.53 |
| Hex | DA | 32 | 66 | 0 | 4D | 35 | F | 155 | 45 | 35 |
| Octal | 332 | 62 | 146 | 0 | 115 | 65 | 17 | 525 | 105 | 65 |
| Binary | 11011010 | 110010 | 1100110 | 0 | 1001101 | 110101 | 1111 | 101010101 | 1000101 | 110101 |
Color Harmonies of #DA3266
Complementary color
Monochromatic Colors of #DA3266
Black with #DA3266
Text Example
Text Example
White with #DA3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3266; }
p { color: rgb(218,50,102); }
H1.HeaderClassName
{
color: #DA3266;
}
.AnyTagClassName
{
color: #DA3266;
}
</style>
background-color css
<style>
a { background-color: #DA3266; }
a { background-color: rgb(218,50,102); }
div.DivClassName
{
background-color: #DA3266;
}
.BgClassName
{
background-color: #DA3266;
}
</style>
border-color css
<style>
span { border-color: #DA3266; }
span { border-color: rgb(218,50,102); }
td.TdClassName
{
border-color: #DA3266;
}
.TagClassName
{
border-color: #DA3266;
}
</style>