#DC329A

Color #DC329A Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DC329A

Tints of Deep Cerise #DC329A

Color information

#DC329A (or 0xDC329A) is unknown color: approx Deep Cerise. HEX triplet: DC, 32 and 9A. RGB value is (220,50,154). Sum of RGB (Red+Green+Blue) = 220+50+154=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC329A is #23CD65. Grayscale: #707070. Windows color (decimal): -2346342 or 10105564. OLE color: 10105564.

HSL color Cylindrical-coordinate representation of color #DC329A: hue angle of 323.29º 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 #DC329A is Cyan = 0, Magento = 0.77, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB22050154-
CMYK00.770.30.14
HSL323.29º70.83%52.94%-
HSV(B)323.29º77.27%86.27%-
XYZ36.4919.8332.48-
YUV112.69151.32204.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 51.89%
GREEN value IS 50 (19.92% from 255) = 11.79%
BLUE value IS 154 (60.55% from 255) = 36.32%
R=51.89%
G=11.79%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205015400.770.30.14323.2970.8352.94
HexDC329A04D1EE1434735
Octal334622320115361650310765
Binary1101110011001010011010010011011111011101010000111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC329A; }

 p { color: rgb(220,50,154); }

 H1.HeaderClassName
 {
   color: #DC329A;
 }
 .AnyTagClassName
 {
   color: #DC329A;
 }
</style>
background-color css

<style>
 a { background-color: #DC329A; }

 a { background-color: rgb(220,50,154); }

 div.DivClassName
 {
   background-color: #DC329A;
 }
 .BgClassName
 {
   background-color: #DC329A;
 }
</style>
border-color css

<style>
 span { border-color: #DC329A; }

 span { border-color: rgb(220,50,154); }

 td.TdClassName
 {
   border-color: #DC329A;
 }
 .TagClassName
 {
   border-color: #DC329A;
 }
</style>