Shades of Deep Cerise #DA357B
Tints of Deep Cerise #DA357B
RGB
CMYK
RGB Variations
Color information
#DA357B (or 0xDA357B) is known color: Deep Cerise. HEX triplet: DA, 35 and 7B. RGB value is (218,53,123). Sum of RGB (Red+Green+Blue) = 218+53+123=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA357B is #25CA84. Grayscale: #6E6E6E. Windows color (decimal): -2476677 or 8074714. OLE color: 8074714.
HSL color Cylindrical-coordinate representation of color #DA357B: hue angle of 334.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA357B is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 123 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.15 |
| HSL | 334.55º | 0.69% | 0.53% | - |
| HSV(B) | 334.55º | 0.76% | 0.85% | - |
| XYZ | 33.76 | 18.88 | 20.6 | - |
| YUV | 110.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 123 | 0 | 0.76 | 0.44 | 0.15 | 334.55 | 0.69 | 0.53 |
| Hex | DA | 35 | 7B | 0 | 4C | 2C | F | 14F | 45 | 35 |
| Octal | 332 | 65 | 173 | 0 | 114 | 54 | 17 | 517 | 105 | 65 |
| Binary | 11011010 | 110101 | 1111011 | 0 | 1001100 | 101100 | 1111 | 101001111 | 1000101 | 110101 |
Color Harmonies of #DA357B
Complementary color
Monochromatic Colors of #DA357B
Black with #DA357B
Text Example
Text Example
White with #DA357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA357B; }
p { color: rgb(218,53,123); }
H1.HeaderClassName
{
color: #DA357B;
}
.AnyTagClassName
{
color: #DA357B;
}
</style>
background-color css
<style>
a { background-color: #DA357B; }
a { background-color: rgb(218,53,123); }
div.DivClassName
{
background-color: #DA357B;
}
.BgClassName
{
background-color: #DA357B;
}
</style>
border-color css
<style>
span { border-color: #DA357B; }
span { border-color: rgb(218,53,123); }
td.TdClassName
{
border-color: #DA357B;
}
.TagClassName
{
border-color: #DA357B;
}
</style>