Shades of Deep Cerise #DA387D
Tints of Deep Cerise #DA387D
RGB
CMYK
RGB Variations
Color information
#DA387D (or 0xDA387D) is known color: Deep Cerise. HEX triplet: DA, 38 and 7D. RGB value is (218,56,125). Sum of RGB (Red+Green+Blue) = 218+56+125=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA387D is #25C782. Grayscale: #707070. Windows color (decimal): -2475907 or 8206554. OLE color: 8206554.
HSL color Cylindrical-coordinate representation of color #DA387D: hue angle of 334.44º 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 #DA387D is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 125 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.15 |
| HSL | 334.44º | 0.69% | 0.54% | - |
| HSV(B) | 334.44º | 0.74% | 0.85% | - |
| XYZ | 34.03 | 19.21 | 21.32 | - |
| YUV | 112.3 | 135.17 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 125 | 0 | 0.74 | 0.43 | 0.15 | 334.44 | 0.69 | 0.54 |
| Hex | DA | 38 | 7D | 0 | 4A | 2B | F | 14E | 45 | 36 |
| Octal | 332 | 70 | 175 | 0 | 112 | 53 | 17 | 516 | 105 | 66 |
| Binary | 11011010 | 111000 | 1111101 | 0 | 1001010 | 101011 | 1111 | 101001110 | 1000101 | 110110 |
Color Harmonies of #DA387D
Complementary color
Monochromatic Colors of #DA387D
Black with #DA387D
Text Example
Text Example
White with #DA387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA387D; }
p { color: rgb(218,56,125); }
H1.HeaderClassName
{
color: #DA387D;
}
.AnyTagClassName
{
color: #DA387D;
}
</style>
background-color css
<style>
a { background-color: #DA387D; }
a { background-color: rgb(218,56,125); }
div.DivClassName
{
background-color: #DA387D;
}
.BgClassName
{
background-color: #DA387D;
}
</style>
border-color css
<style>
span { border-color: #DA387D; }
span { border-color: rgb(218,56,125); }
td.TdClassName
{
border-color: #DA387D;
}
.TagClassName
{
border-color: #DA387D;
}
</style>