Shades of Cerise #DA306B
Tints of Cerise #DA306B
RGB
CMYK
RGB Variations
Color information
#DA306B (or 0xDA306B) is known color: Cerise. HEX triplet: DA, 30 and 6B. RGB value is (218,48,107). Sum of RGB (Red+Green+Blue) = 218+48+107=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA306B is #25CF94. Grayscale: #696969. Windows color (decimal): -2477973 or 7024858. OLE color: 7024858.
HSL color Cylindrical-coordinate representation of color #DA306B: hue angle of 339.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA306B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 107 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.15 |
| HSL | 339.18º | 0.7% | 0.52% | - |
| HSV(B) | 339.18º | 0.78% | 0.85% | - |
| XYZ | 32.62 | 18.08 | 15.68 | - |
| YUV | 105.56 | 128.82 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 107 | 0 | 0.78 | 0.51 | 0.15 | 339.18 | 0.7 | 0.52 |
| Hex | DA | 30 | 6B | 0 | 4E | 33 | F | 153 | 46 | 34 |
| Octal | 332 | 60 | 153 | 0 | 116 | 63 | 17 | 523 | 106 | 64 |
| Binary | 11011010 | 110000 | 1101011 | 0 | 1001110 | 110011 | 1111 | 101010011 | 1000110 | 110100 |
Color Harmonies of #DA306B
Complementary color
Monochromatic Colors of #DA306B
Black with #DA306B
Text Example
Text Example
White with #DA306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA306B; }
p { color: rgb(218,48,107); }
H1.HeaderClassName
{
color: #DA306B;
}
.AnyTagClassName
{
color: #DA306B;
}
</style>
background-color css
<style>
a { background-color: #DA306B; }
a { background-color: rgb(218,48,107); }
div.DivClassName
{
background-color: #DA306B;
}
.BgClassName
{
background-color: #DA306B;
}
</style>
border-color css
<style>
span { border-color: #DA306B; }
span { border-color: rgb(218,48,107); }
td.TdClassName
{
border-color: #DA306B;
}
.TagClassName
{
border-color: #DA306B;
}
</style>