#DC328B

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

Shades of Deep Cerise #DC328B

Tints of Deep Cerise #DC328B

Color information

#DC328B (or 0xDC328B) is unknown color: approx Deep Cerise. HEX triplet: DC, 32 and 8B. RGB value is (220,50,139). Sum of RGB (Red+Green+Blue) = 220+50+139=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC328B is #23CD74. Grayscale: #6E6E6E. Windows color (decimal): -2346357 or 9122524. OLE color: 9122524.

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

Color convert

RGB22050139-
CMYK00.770.370.14
HSL328.59º70.83%52.94%-
HSV(B)328.59º77.27%86.27%-
XYZ35.3219.3626.3-
YUV110.98143.82205.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.79%
GREEN value IS 50 (19.92% from 255) = 12.22%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=53.79%
G=12.22%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205013900.770.370.14328.5970.8352.94
HexDC328B04D25E1494735
Octal334622130115451651110765
Binary11011100110010100010110100110110010111101010010011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC328B; }

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

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

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

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

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

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

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

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