Shades of Deep Cerise #DC339A
Tints of Deep Cerise #DC339A
RGB
CMYK
RGB Variations
Color information
#DC339A (or 0xDC339A) is known color: Deep Cerise. HEX triplet: DC, 33 and 9A. RGB value is (220,51,154). Sum of RGB (Red+Green+Blue) = 220+51+154=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC339A is #23CC65. Grayscale: #717171. Windows color (decimal): -2346086 or 10105820. OLE color: 10105820.
HSL color Cylindrical-coordinate representation of color #DC339A: hue angle of 323.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC339A is Cyan = 0, Magento = 0.77, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 154 | - |
| CMYK | 0 | 0.77 | 0.3 | 0.14 |
| HSL | 323.43º | 0.71% | 0.53% | - |
| HSV(B) | 323.43º | 0.77% | 0.86% | - |
| XYZ | 36.53 | 19.92 | 32.49 | - |
| YUV | 113.27 | 150.99 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 154 | 0 | 0.77 | 0.3 | 0.14 | 323.43 | 0.71 | 0.53 |
| Hex | DC | 33 | 9A | 0 | 4D | 1E | E | 143 | 47 | 35 |
| Octal | 334 | 63 | 232 | 0 | 115 | 36 | 16 | 503 | 107 | 65 |
| Binary | 11011100 | 110011 | 10011010 | 0 | 1001101 | 11110 | 1110 | 101000011 | 1000111 | 110101 |
Color Harmonies of #DC339A
Complementary color
Monochromatic Colors of #DC339A
Black with #DC339A
Text Example
Text Example
White with #DC339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC339A; }
p { color: rgb(220,51,154); }
H1.HeaderClassName
{
color: #DC339A;
}
.AnyTagClassName
{
color: #DC339A;
}
</style>
background-color css
<style>
a { background-color: #DC339A; }
a { background-color: rgb(220,51,154); }
div.DivClassName
{
background-color: #DC339A;
}
.BgClassName
{
background-color: #DC339A;
}
</style>
border-color css
<style>
span { border-color: #DC339A; }
span { border-color: rgb(220,51,154); }
td.TdClassName
{
border-color: #DC339A;
}
.TagClassName
{
border-color: #DC339A;
}
</style>