Shades of Deep Cerise #DA428E
Tints of Deep Cerise #DA428E
RGB
CMYK
RGB Variations
Color information
#DA428E (or 0xDA428E) is known color: Deep Cerise. HEX triplet: DA, 42 and 8E. RGB value is (218,66,142). Sum of RGB (Red+Green+Blue) = 218+66+142=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA428E is #25BD71. Grayscale: #777777. Windows color (decimal): -2473330 or 9323226. OLE color: 9323226.
HSL color Cylindrical-coordinate representation of color #DA428E: hue angle of 330º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA428E is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 142 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.15 |
| HSL | 330º | 0.67% | 0.56% | - |
| HSV(B) | 330º | 0.7% | 0.85% | - |
| XYZ | 35.74 | 20.75 | 27.71 | - |
| YUV | 120.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 142 | 0 | 0.70 | 0.35 | 0.15 | 330 | 0.67 | 0.56 |
| Hex | DA | 42 | 8E | 0 | 46 | 23 | F | 14A | 43 | 38 |
| Octal | 332 | 102 | 216 | 0 | 106 | 43 | 17 | 512 | 103 | 70 |
| Binary | 11011010 | 1000010 | 10001110 | 0 | 1000110 | 100011 | 1111 | 101001010 | 1000011 | 111000 |
Color Harmonies of #DA428E
Complementary color
Monochromatic Colors of #DA428E
Black with #DA428E
Text Example
Text Example
White with #DA428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA428E; }
p { color: rgb(218,66,142); }
H1.HeaderClassName
{
color: #DA428E;
}
.AnyTagClassName
{
color: #DA428E;
}
</style>
background-color css
<style>
a { background-color: #DA428E; }
a { background-color: rgb(218,66,142); }
div.DivClassName
{
background-color: #DA428E;
}
.BgClassName
{
background-color: #DA428E;
}
</style>
border-color css
<style>
span { border-color: #DA428E; }
span { border-color: rgb(218,66,142); }
td.TdClassName
{
border-color: #DA428E;
}
.TagClassName
{
border-color: #DA428E;
}
</style>