#DD4C89

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

Shades of Dark Pink #DD4C89

Tints of Dark Pink #DD4C89

Color information

#DD4C89 (or 0xDD4C89) is unknown color: approx Dark Pink. HEX triplet: DD, 4C and 89. RGB value is (221,76,137). Sum of RGB (Red+Green+Blue) = 221+76+137=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4C89 is #22B376. Grayscale: #7E7E7E. Windows color (decimal): -2274167 or 8998109. OLE color: 8998109.

HSL color Cylindrical-coordinate representation of color #DD4C89: hue angle of 334.76º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4C89 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB22176137-
CMYK00.660.380.13
HSL334.76º68.08%58.24%-
HSV(B)334.76º65.61%86.67%-
XYZ36.9222.3526.03-
YUV126.31134.04195.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.92%
GREEN value IS 76 (30.08% from 255) = 17.51%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=50.92%
G=17.51%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217613700.660.380.13334.7668.0858.24
HexDD4C8904226D14f443a
Octal3351142110102461551710472
Binary110111011001100100010010100001010011011011010011111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4C89; }

 p { color: rgb(221,76,137); }

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

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

 a { background-color: rgb(221,76,137); }

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

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

 span { border-color: rgb(221,76,137); }

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