#DD326D

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

Shades of Cerise #DD326D

Tints of Cerise #DD326D

Color information

#DD326D (or 0xDD326D) is unknown color: approx Cerise. HEX triplet: DD, 32 and 6D. RGB value is (221,50,109). Sum of RGB (Red+Green+Blue) = 221+50+109=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD326D is #22CD92. Grayscale: #6B6B6B. Windows color (decimal): -2280851 or 7156445. OLE color: 7156445.

HSL color Cylindrical-coordinate representation of color #DD326D: hue angle of 339.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD326D is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB22150109-
CMYK00.770.510.13
HSL339.3º71.55%53.14%-
HSV(B)339.3º77.38%86.67%-
XYZ33.7218.7616.31-
YUV107.85128.65208.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 50 (19.92% from 255) = 13.16%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=58.16%
G=13.16%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215010900.770.510.13339.371.5553.14
HexDD326D04D33D1534835
Octal335621550115631552311065
Binary1101110111001011011010100110111001111011010100111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD326D; }

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

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

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

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

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

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

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

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