#DD355A

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

Shades of Cerise #DD355A

Tints of Cerise #DD355A

Color information

#DD355A (or 0xDD355A) is unknown color: approx Cerise. HEX triplet: DD, 35 and 5A. RGB value is (221,53,90). Sum of RGB (Red+Green+Blue) = 221+53+90=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD355A is #22CAA5. Grayscale: #6B6B6B. Windows color (decimal): -2280102 or 5912029. OLE color: 5912029.

HSL color Cylindrical-coordinate representation of color #DD355A: hue angle of 346.79º 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 #DD355A is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB2215390-
CMYK00.760.590.13
HSL346.79º71.19%53.73%-
HSV(B)346.79º76.02%86.67%-
XYZ32.9418.6611.54-
YUV107.45118.16208.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.71%
GREEN value IS 53 (21.09% from 255) = 14.56%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=60.71%
G=14.56%
B=24.73%

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
Decimal221539000.760.590.13346.7971.1953.73
HexDD355A04C3BD15b4736
Octal335651320114731553310766
Binary1101110111010110110100100110011101111011010110111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD355A; }

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

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

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

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

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

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

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

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