Shades of Deep Cerise #DA397B
Tints of Deep Cerise #DA397B
RGB
CMYK
RGB Variations
Color information
#DA397B (or 0xDA397B) is known color: Deep Cerise. HEX triplet: DA, 39 and 7B. RGB value is (218,57,123). Sum of RGB (Red+Green+Blue) = 218+57+123=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA397B is #25C684. Grayscale: #707070. Windows color (decimal): -2475653 or 8075738. OLE color: 8075738.
HSL color Cylindrical-coordinate representation of color #DA397B: hue angle of 335.4º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA397B is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 123 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.15 |
| HSL | 335.4º | 0.69% | 0.54% | - |
| HSV(B) | 335.4º | 0.74% | 0.85% | - |
| XYZ | 33.95 | 19.26 | 20.67 | - |
| YUV | 112.66 | 133.84 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 123 | 0 | 0.74 | 0.44 | 0.15 | 335.4 | 0.69 | 0.54 |
| Hex | DA | 39 | 7B | 0 | 4A | 2C | F | 14F | 45 | 36 |
| Octal | 332 | 71 | 173 | 0 | 112 | 54 | 17 | 517 | 105 | 66 |
| Binary | 11011010 | 111001 | 1111011 | 0 | 1001010 | 101100 | 1111 | 101001111 | 1000101 | 110110 |
Color Harmonies of #DA397B
Complementary color
Monochromatic Colors of #DA397B
Black with #DA397B
Text Example
Text Example
White with #DA397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA397B; }
p { color: rgb(218,57,123); }
H1.HeaderClassName
{
color: #DA397B;
}
.AnyTagClassName
{
color: #DA397B;
}
</style>
background-color css
<style>
a { background-color: #DA397B; }
a { background-color: rgb(218,57,123); }
div.DivClassName
{
background-color: #DA397B;
}
.BgClassName
{
background-color: #DA397B;
}
</style>
border-color css
<style>
span { border-color: #DA397B; }
span { border-color: rgb(218,57,123); }
td.TdClassName
{
border-color: #DA397B;
}
.TagClassName
{
border-color: #DA397B;
}
</style>