Shades of Deep Cerise #DA478B
Tints of Deep Cerise #DA478B
RGB
CMYK
RGB Variations
Color information
#DA478B (or 0xDA478B) is known color: Deep Cerise. HEX triplet: DA, 47 and 8B. RGB value is (218,71,139). Sum of RGB (Red+Green+Blue) = 218+71+139=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA478B is #25B874. Grayscale: #7A7A7A. Windows color (decimal): -2472053 or 9127898. OLE color: 9127898.
HSL color Cylindrical-coordinate representation of color #DA478B: hue angle of 332.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA478B is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 139 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.15 |
| HSL | 332.24º | 0.67% | 0.57% | - |
| HSV(B) | 332.24º | 0.67% | 0.85% | - |
| XYZ | 35.83 | 21.28 | 26.64 | - |
| YUV | 122.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 139 | 0 | 0.67 | 0.36 | 0.15 | 332.24 | 0.67 | 0.57 |
| Hex | DA | 47 | 8B | 0 | 43 | 24 | F | 14C | 43 | 39 |
| Octal | 332 | 107 | 213 | 0 | 103 | 44 | 17 | 514 | 103 | 71 |
| Binary | 11011010 | 1000111 | 10001011 | 0 | 1000011 | 100100 | 1111 | 101001100 | 1000011 | 111001 |
Color Harmonies of #DA478B
Complementary color
Monochromatic Colors of #DA478B
Black with #DA478B
Text Example
Text Example
White with #DA478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA478B; }
p { color: rgb(218,71,139); }
H1.HeaderClassName
{
color: #DA478B;
}
.AnyTagClassName
{
color: #DA478B;
}
</style>
background-color css
<style>
a { background-color: #DA478B; }
a { background-color: rgb(218,71,139); }
div.DivClassName
{
background-color: #DA478B;
}
.BgClassName
{
background-color: #DA478B;
}
</style>
border-color css
<style>
span { border-color: #DA478B; }
span { border-color: rgb(218,71,139); }
td.TdClassName
{
border-color: #DA478B;
}
.TagClassName
{
border-color: #DA478B;
}
</style>