Shades of Deep Cerise #DC429A
Tints of Deep Cerise #DC429A
RGB
CMYK
RGB Variations
Color information
#DC429A (or 0xDC429A) is known color: Deep Cerise. HEX triplet: DC, 42 and 9A. RGB value is (220,66,154). Sum of RGB (Red+Green+Blue) = 220+66+154=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC429A is #23BD65. Grayscale: #797979. Windows color (decimal): -2342246 or 10109660. OLE color: 10109660.
HSL color Cylindrical-coordinate representation of color #DC429A: hue angle of 325.71º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC429A is Cyan = 0, Magento = 0.7, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 154 | - |
| CMYK | 0 | 0.7 | 0.3 | 0.14 |
| HSL | 325.71º | 0.69% | 0.56% | - |
| HSV(B) | 325.71º | 0.7% | 0.86% | - |
| XYZ | 37.3 | 21.45 | 32.75 | - |
| YUV | 122.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 154 | 0 | 0.7 | 0.3 | 0.14 | 325.71 | 0.69 | 0.56 |
| Hex | DC | 42 | 9A | 0 | 46 | 1E | E | 146 | 45 | 38 |
| Octal | 334 | 102 | 232 | 0 | 106 | 36 | 16 | 506 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10011010 | 0 | 1000110 | 11110 | 1110 | 101000110 | 1000101 | 111000 |
Color Harmonies of #DC429A
Complementary color
Monochromatic Colors of #DC429A
Black with #DC429A
Text Example
Text Example
White with #DC429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC429A; }
p { color: rgb(220,66,154); }
H1.HeaderClassName
{
color: #DC429A;
}
.AnyTagClassName
{
color: #DC429A;
}
</style>
background-color css
<style>
a { background-color: #DC429A; }
a { background-color: rgb(220,66,154); }
div.DivClassName
{
background-color: #DC429A;
}
.BgClassName
{
background-color: #DC429A;
}
</style>
border-color css
<style>
span { border-color: #DC429A; }
span { border-color: rgb(220,66,154); }
td.TdClassName
{
border-color: #DC429A;
}
.TagClassName
{
border-color: #DC429A;
}
</style>