#DD355B

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

Shades of Cerise #DD355B

Tints of Cerise #DD355B

Color information

#DD355B (or 0xDD355B) is unknown color: approx Cerise. HEX triplet: DD, 35 and 5B. RGB value is (221,53,91). Sum of RGB (Red+Green+Blue) = 221+53+91=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD355B is #22CAA4. Grayscale: #6B6B6B. Windows color (decimal): -2280101 or 5977565. OLE color: 5977565.

HSL color Cylindrical-coordinate representation of color #DD355B: hue angle of 346.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD355B is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB2215391-
CMYK00.760.590.13
HSL346.43º71.19%53.73%-
HSV(B)346.43º76.02%86.67%-
XYZ32.9818.6711.76-
YUV107.56118.66208.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.55%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=60.55%
G=14.52%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221539100.760.590.13346.4371.1953.73
HexDD355B04C3BD15a4736
Octal335651330114731553210766
Binary1101110111010110110110100110011101111011010110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD355B; }

 p { color: rgb(221,53,91); }

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

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

 a { background-color: rgb(221,53,91); }

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

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

 span { border-color: rgb(221,53,91); }

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