Shades of Cerise #DA426B
Tints of Cerise #DA426B
RGB
CMYK
RGB Variations
Color information
#DA426B (or 0xDA426B) is known color: Cerise. HEX triplet: DA, 42 and 6B. RGB value is (218,66,107). Sum of RGB (Red+Green+Blue) = 218+66+107=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA426B is #25BD94. Grayscale: #747474. Windows color (decimal): -2473365 or 7029466. OLE color: 7029466.
HSL color Cylindrical-coordinate representation of color #DA426B: hue angle of 343.82º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA426B is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 107 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.15 |
| HSL | 343.82º | 0.67% | 0.56% | - |
| HSV(B) | 343.82º | 0.7% | 0.85% | - |
| XYZ | 33.52 | 19.86 | 15.98 | - |
| YUV | 116.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 107 | 0 | 0.70 | 0.51 | 0.15 | 343.82 | 0.67 | 0.56 |
| Hex | DA | 42 | 6B | 0 | 46 | 33 | F | 158 | 43 | 38 |
| Octal | 332 | 102 | 153 | 0 | 106 | 63 | 17 | 530 | 103 | 70 |
| Binary | 11011010 | 1000010 | 1101011 | 0 | 1000110 | 110011 | 1111 | 101011000 | 1000011 | 111000 |
Color Harmonies of #DA426B
Complementary color
Monochromatic Colors of #DA426B
Black with #DA426B
Text Example
Text Example
White with #DA426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA426B; }
p { color: rgb(218,66,107); }
H1.HeaderClassName
{
color: #DA426B;
}
.AnyTagClassName
{
color: #DA426B;
}
</style>
background-color css
<style>
a { background-color: #DA426B; }
a { background-color: rgb(218,66,107); }
div.DivClassName
{
background-color: #DA426B;
}
.BgClassName
{
background-color: #DA426B;
}
</style>
border-color css
<style>
span { border-color: #DA426B; }
span { border-color: rgb(218,66,107); }
td.TdClassName
{
border-color: #DA426B;
}
.TagClassName
{
border-color: #DA426B;
}
</style>