Shades of Deep Cerise #DA397D
Tints of Deep Cerise #DA397D
RGB
CMYK
RGB Variations
Color information
#DA397D (or 0xDA397D) is known color: Deep Cerise. HEX triplet: DA, 39 and 7D. RGB value is (218,57,125). Sum of RGB (Red+Green+Blue) = 218+57+125=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA397D is #25C682. Grayscale: #707070. Windows color (decimal): -2475651 or 8206810. OLE color: 8206810.
HSL color Cylindrical-coordinate representation of color #DA397D: hue angle of 334.66º 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 #DA397D is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 125 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.15 |
| HSL | 334.66º | 0.69% | 0.54% | - |
| HSV(B) | 334.66º | 0.74% | 0.85% | - |
| XYZ | 34.08 | 19.31 | 21.33 | - |
| YUV | 112.89 | 134.84 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 125 | 0 | 0.74 | 0.43 | 0.15 | 334.66 | 0.69 | 0.54 |
| Hex | DA | 39 | 7D | 0 | 4A | 2B | F | 14F | 45 | 36 |
| Octal | 332 | 71 | 175 | 0 | 112 | 53 | 17 | 517 | 105 | 66 |
| Binary | 11011010 | 111001 | 1111101 | 0 | 1001010 | 101011 | 1111 | 101001111 | 1000101 | 110110 |
Color Harmonies of #DA397D
Complementary color
Monochromatic Colors of #DA397D
Black with #DA397D
Text Example
Text Example
White with #DA397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA397D; }
p { color: rgb(218,57,125); }
H1.HeaderClassName
{
color: #DA397D;
}
.AnyTagClassName
{
color: #DA397D;
}
</style>
background-color css
<style>
a { background-color: #DA397D; }
a { background-color: rgb(218,57,125); }
div.DivClassName
{
background-color: #DA397D;
}
.BgClassName
{
background-color: #DA397D;
}
</style>
border-color css
<style>
span { border-color: #DA397D; }
span { border-color: rgb(218,57,125); }
td.TdClassName
{
border-color: #DA397D;
}
.TagClassName
{
border-color: #DA397D;
}
</style>