Shades of Deep Cerise #DA387F
Tints of Deep Cerise #DA387F
RGB
CMYK
RGB Variations
Color information
#DA387F (or 0xDA387F) is known color: Deep Cerise. HEX triplet: DA, 38 and 7F. RGB value is (218,56,127). Sum of RGB (Red+Green+Blue) = 218+56+127=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA387F is #25C780. Grayscale: #707070. Windows color (decimal): -2475905 or 8337626. OLE color: 8337626.
HSL color Cylindrical-coordinate representation of color #DA387F: hue angle of 333.7º 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 #DA387F is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 127 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.15 |
| HSL | 333.7º | 0.69% | 0.54% | - |
| HSV(B) | 333.7º | 0.74% | 0.85% | - |
| XYZ | 34.16 | 19.27 | 22 | - |
| YUV | 112.53 | 136.17 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 127 | 0 | 0.74 | 0.42 | 0.15 | 333.7 | 0.69 | 0.54 |
| Hex | DA | 38 | 7F | 0 | 4A | 2A | F | 14E | 45 | 36 |
| Octal | 332 | 70 | 177 | 0 | 112 | 52 | 17 | 516 | 105 | 66 |
| Binary | 11011010 | 111000 | 1111111 | 0 | 1001010 | 101010 | 1111 | 101001110 | 1000101 | 110110 |
Color Harmonies of #DA387F
Complementary color
Monochromatic Colors of #DA387F
Black with #DA387F
Text Example
Text Example
White with #DA387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA387F; }
p { color: rgb(218,56,127); }
H1.HeaderClassName
{
color: #DA387F;
}
.AnyTagClassName
{
color: #DA387F;
}
</style>
background-color css
<style>
a { background-color: #DA387F; }
a { background-color: rgb(218,56,127); }
div.DivClassName
{
background-color: #DA387F;
}
.BgClassName
{
background-color: #DA387F;
}
</style>
border-color css
<style>
span { border-color: #DA387F; }
span { border-color: rgb(218,56,127); }
td.TdClassName
{
border-color: #DA387F;
}
.TagClassName
{
border-color: #DA387F;
}
</style>