Shades of Deep Cerise #DA38A7
Tints of Deep Cerise #DA38A7
RGB
CMYK
RGB Variations
Color information
#DA38A7 (or 0xDA38A7) is known color: Deep Cerise. HEX triplet: DA, 38 and A7. RGB value is (218,56,167). Sum of RGB (Red+Green+Blue) = 218+56+167=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA38A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA38A7 is #25C758. Grayscale: #747474. Windows color (decimal): -2475865 or 10959066. OLE color: 10959066.
HSL color Cylindrical-coordinate representation of color #DA38A7: hue angle of 318.89º 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 #DA38A7 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 167 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.15 |
| HSL | 318.89º | 0.69% | 0.54% | - |
| HSV(B) | 318.89º | 0.74% | 0.85% | - |
| XYZ | 37.3 | 20.52 | 38.55 | - |
| YUV | 117.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 167 | 0 | 0.74 | 0.23 | 0.15 | 318.89 | 0.69 | 0.54 |
| Hex | DA | 38 | A7 | 0 | 4A | 17 | F | 13F | 45 | 36 |
| Octal | 332 | 70 | 247 | 0 | 112 | 27 | 17 | 477 | 105 | 66 |
| Binary | 11011010 | 111000 | 10100111 | 0 | 1001010 | 10111 | 1111 | 100111111 | 1000101 | 110110 |
Color Harmonies of #DA38A7
Complementary color
Monochromatic Colors of #DA38A7
Black with #DA38A7
Text Example
Text Example
White with #DA38A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA38A7; }
p { color: rgb(218,56,167); }
H1.HeaderClassName
{
color: #DA38A7;
}
.AnyTagClassName
{
color: #DA38A7;
}
</style>
background-color css
<style>
a { background-color: #DA38A7; }
a { background-color: rgb(218,56,167); }
div.DivClassName
{
background-color: #DA38A7;
}
.BgClassName
{
background-color: #DA38A7;
}
</style>
border-color css
<style>
span { border-color: #DA38A7; }
span { border-color: rgb(218,56,167); }
td.TdClassName
{
border-color: #DA38A7;
}
.TagClassName
{
border-color: #DA38A7;
}
</style>