Shades of Deep Cerise #DC439A
Tints of Deep Cerise #DC439A
RGB
CMYK
RGB Variations
Color information
#DC439A (or 0xDC439A) is known color: Deep Cerise. HEX triplet: DC, 43 and 9A. RGB value is (220,67,154). Sum of RGB (Red+Green+Blue) = 220+67+154=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC439A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC439A is #23BC65. Grayscale: #7A7A7A. Windows color (decimal): -2341990 or 10109916. OLE color: 10109916.
HSL color Cylindrical-coordinate representation of color #DC439A: hue angle of 325.88º 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 #DC439A is Cyan = 0, Magento = 0.70, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 154 | - |
| CMYK | 0 | 0.70 | 0.3 | 0.14 |
| HSL | 325.88º | 0.69% | 0.56% | - |
| HSV(B) | 325.88º | 0.7% | 0.86% | - |
| XYZ | 37.36 | 21.56 | 32.77 | - |
| YUV | 122.67 | 145.69 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 154 | 0 | 0.70 | 0.3 | 0.14 | 325.88 | 0.69 | 0.56 |
| Hex | DC | 43 | 9A | 0 | 46 | 1E | E | 146 | 45 | 38 |
| Octal | 334 | 103 | 232 | 0 | 106 | 36 | 16 | 506 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10011010 | 0 | 1000110 | 11110 | 1110 | 101000110 | 1000101 | 111000 |
Color Harmonies of #DC439A
Complementary color
Monochromatic Colors of #DC439A
Black with #DC439A
Text Example
Text Example
White with #DC439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC439A; }
p { color: rgb(220,67,154); }
H1.HeaderClassName
{
color: #DC439A;
}
.AnyTagClassName
{
color: #DC439A;
}
</style>
background-color css
<style>
a { background-color: #DC439A; }
a { background-color: rgb(220,67,154); }
div.DivClassName
{
background-color: #DC439A;
}
.BgClassName
{
background-color: #DC439A;
}
</style>
border-color css
<style>
span { border-color: #DC439A; }
span { border-color: rgb(220,67,154); }
td.TdClassName
{
border-color: #DC439A;
}
.TagClassName
{
border-color: #DC439A;
}
</style>