#DD4A88

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

Shades of Dark Pink #DD4A88

Tints of Dark Pink #DD4A88

Color information

#DD4A88 (or 0xDD4A88) is unknown color: approx Dark Pink. HEX triplet: DD, 4A and 88. RGB value is (221,74,136). Sum of RGB (Red+Green+Blue) = 221+74+136=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4A88 is #22B577. Grayscale: #7C7C7C. Windows color (decimal): -2274680 or 8932061. OLE color: 8932061.

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

Color convert

RGB22174136-
CMYK00.670.380.13
HSL334.69º68.37%57.84%-
HSV(B)334.69º66.52%86.67%-
XYZ36.7122.0525.61-
YUV125.02134.2196.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.28%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=51.28%
G=17.17%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217413600.670.380.13334.6968.3757.84
HexDD4A8804326D14f443a
Octal3351122100103461551710472
Binary110111011001010100010000100001110011011011010011111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4A88; }

 p { color: rgb(221,74,136); }

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

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

 a { background-color: rgb(221,74,136); }

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

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

 span { border-color: rgb(221,74,136); }

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