#DC326D

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

Shades of Cerise #DC326D

Tints of Cerise #DC326D

Color information

#DC326D (or 0xDC326D) is unknown color: approx Cerise. HEX triplet: DC, 32 and 6D. RGB value is (220,50,109). Sum of RGB (Red+Green+Blue) = 220+50+109=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC326D is #23CD92. Grayscale: #6B6B6B. Windows color (decimal): -2346387 or 7156444. OLE color: 7156444.

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

Color convert

RGB22050109-
CMYK00.770.500.14
HSL339.18º70.83%52.94%-
HSV(B)339.18º77.27%86.27%-
XYZ33.4218.616.3-
YUV107.56128.82208.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.05%
GREEN value IS 50 (19.92% from 255) = 13.19%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=58.05%
G=13.19%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205010900.770.500.14339.1870.8352.94
HexDC326D04D32E1534735
Octal334621550115621652310765
Binary1101110011001011011010100110111001011101010100111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC326D; }

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

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

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

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

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

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

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

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