#DD2A5B

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

Shades of Cerise #DD2A5B

Tints of Cerise #DD2A5B

Color information

#DD2A5B (or 0xDD2A5B) is unknown color: approx Cerise. HEX triplet: DD, 2A and 5B. RGB value is (221,42,91). Sum of RGB (Red+Green+Blue) = 221+42+91=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A5B is #22D5A4. Grayscale: #656565. Windows color (decimal): -2282917 or 5974749. OLE color: 5974749.

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

Color convert

RGB2214291-
CMYK00.810.590.13
HSL343.58º72.47%51.57%-
HSV(B)343.58º81%86.67%-
XYZ32.5417.7811.62-
YUV101.11122.3213.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.43%
GREEN value IS 42 (16.80% from 255) = 11.86%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=62.43%
G=11.86%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221429100.810.590.13343.5872.4751.57
HexDD2A5B0513BD1584834
Octal335521330121731553011064
Binary1101110110101010110110101000111101111011010110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2A5B; }

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

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

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

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

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

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

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

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