Shades of Deep Cerise #DA429C
Tints of Deep Cerise #DA429C
RGB
CMYK
RGB Variations
Color information
#DA429C (or 0xDA429C) is known color: Deep Cerise. HEX triplet: DA, 42 and 9C. RGB value is (218,66,156). Sum of RGB (Red+Green+Blue) = 218+66+156=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA429C is #25BD63. Grayscale: #797979. Windows color (decimal): -2473316 or 10240730. OLE color: 10240730.
HSL color Cylindrical-coordinate representation of color #DA429C: hue angle of 324.47º 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 #DA429C is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 156 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.15 |
| HSL | 324.47º | 0.67% | 0.56% | - |
| HSV(B) | 324.47º | 0.7% | 0.85% | - |
| XYZ | 36.86 | 21.2 | 33.6 | - |
| YUV | 121.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 156 | 0 | 0.70 | 0.28 | 0.15 | 324.47 | 0.67 | 0.56 |
| Hex | DA | 42 | 9C | 0 | 46 | 1C | F | 144 | 43 | 38 |
| Octal | 332 | 102 | 234 | 0 | 106 | 34 | 17 | 504 | 103 | 70 |
| Binary | 11011010 | 1000010 | 10011100 | 0 | 1000110 | 11100 | 1111 | 101000100 | 1000011 | 111000 |
Color Harmonies of #DA429C
Complementary color
Monochromatic Colors of #DA429C
Black with #DA429C
Text Example
Text Example
White with #DA429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA429C; }
p { color: rgb(218,66,156); }
H1.HeaderClassName
{
color: #DA429C;
}
.AnyTagClassName
{
color: #DA429C;
}
</style>
background-color css
<style>
a { background-color: #DA429C; }
a { background-color: rgb(218,66,156); }
div.DivClassName
{
background-color: #DA429C;
}
.BgClassName
{
background-color: #DA429C;
}
</style>
border-color css
<style>
span { border-color: #DA429C; }
span { border-color: rgb(218,66,156); }
td.TdClassName
{
border-color: #DA429C;
}
.TagClassName
{
border-color: #DA429C;
}
</style>