Shades of Deep Cerise #DC428A
Tints of Deep Cerise #DC428A
RGB
CMYK
RGB Variations
Color information
#DC428A (or 0xDC428A) is known color: Deep Cerise. HEX triplet: DC, 42 and 8A. RGB value is (220,66,138). Sum of RGB (Red+Green+Blue) = 220+66+138=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC428A is #23BD75. Grayscale: #787878. Windows color (decimal): -2342262 or 9061084. OLE color: 9061084.
HSL color Cylindrical-coordinate representation of color #DC428A: hue angle of 331.95º 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 #DC428A is Cyan = 0, Magento = 0.7, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 138 | - |
| CMYK | 0 | 0.7 | 0.37 | 0.14 |
| HSL | 331.95º | 0.69% | 0.56% | - |
| HSV(B) | 331.95º | 0.7% | 0.86% | - |
| XYZ | 36.05 | 20.95 | 26.19 | - |
| YUV | 120.25 | 138.02 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 138 | 0 | 0.7 | 0.37 | 0.14 | 331.95 | 0.69 | 0.56 |
| Hex | DC | 42 | 8A | 0 | 46 | 25 | E | 14C | 45 | 38 |
| Octal | 334 | 102 | 212 | 0 | 106 | 45 | 16 | 514 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10001010 | 0 | 1000110 | 100101 | 1110 | 101001100 | 1000101 | 111000 |
Color Harmonies of #DC428A
Complementary color
Monochromatic Colors of #DC428A
Black with #DC428A
Text Example
Text Example
White with #DC428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC428A; }
p { color: rgb(220,66,138); }
H1.HeaderClassName
{
color: #DC428A;
}
.AnyTagClassName
{
color: #DC428A;
}
</style>
background-color css
<style>
a { background-color: #DC428A; }
a { background-color: rgb(220,66,138); }
div.DivClassName
{
background-color: #DC428A;
}
.BgClassName
{
background-color: #DC428A;
}
</style>
border-color css
<style>
span { border-color: #DC428A; }
span { border-color: rgb(220,66,138); }
td.TdClassName
{
border-color: #DC428A;
}
.TagClassName
{
border-color: #DC428A;
}
</style>