Shades of Cerise #DA3C6A
Tints of Cerise #DA3C6A
RGB
CMYK
RGB Variations
Color information
#DA3C6A (or 0xDA3C6A) is known color: Cerise. HEX triplet: DA, 3C and 6A. RGB value is (218,60,106). Sum of RGB (Red+Green+Blue) = 218+60+106=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C6A is #25C395. Grayscale: #707070. Windows color (decimal): -2474902 or 6962394. OLE color: 6962394.
HSL color Cylindrical-coordinate representation of color #DA3C6A: hue angle of 342.53º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3C6A is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 106 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.15 |
| HSL | 342.53º | 0.68% | 0.55% | - |
| HSV(B) | 342.53º | 0.72% | 0.85% | - |
| XYZ | 33.13 | 19.18 | 15.59 | - |
| YUV | 112.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 106 | 0 | 0.72 | 0.51 | 0.15 | 342.53 | 0.68 | 0.55 |
| Hex | DA | 3C | 6A | 0 | 48 | 33 | F | 157 | 44 | 37 |
| Octal | 332 | 74 | 152 | 0 | 110 | 63 | 17 | 527 | 104 | 67 |
| Binary | 11011010 | 111100 | 1101010 | 0 | 1001000 | 110011 | 1111 | 101010111 | 1000100 | 110111 |
Color Harmonies of #DA3C6A
Complementary color
Monochromatic Colors of #DA3C6A
Black with #DA3C6A
Text Example
Text Example
White with #DA3C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C6A; }
p { color: rgb(218,60,106); }
H1.HeaderClassName
{
color: #DA3C6A;
}
.AnyTagClassName
{
color: #DA3C6A;
}
</style>
background-color css
<style>
a { background-color: #DA3C6A; }
a { background-color: rgb(218,60,106); }
div.DivClassName
{
background-color: #DA3C6A;
}
.BgClassName
{
background-color: #DA3C6A;
}
</style>
border-color css
<style>
span { border-color: #DA3C6A; }
span { border-color: rgb(218,60,106); }
td.TdClassName
{
border-color: #DA3C6A;
}
.TagClassName
{
border-color: #DA3C6A;
}
</style>