#DD4D88

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

Shades of Dark Pink #DD4D88

Tints of Dark Pink #DD4D88

Color information

#DD4D88 (or 0xDD4D88) is unknown color: approx Dark Pink. HEX triplet: DD, 4D and 88. RGB value is (221,77,136). Sum of RGB (Red+Green+Blue) = 221+77+136=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4D88 is #22B277. Grayscale: #7E7E7E. Windows color (decimal): -2273912 or 8932829. OLE color: 8932829.

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

Color convert

RGB22177136-
CMYK00.650.380.13
HSL335.42º67.92%58.43%-
HSV(B)335.42º65.16%86.67%-
XYZ36.9222.4625.68-
YUV126.78133.21195.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.92%
GREEN value IS 77 (30.47% from 255) = 17.74%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=50.92%
G=17.74%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217713600.650.380.13335.4267.9258.43
HexDD4D8804126D14f443a
Octal3351152100101461551710472
Binary110111011001101100010000100000110011011011010011111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4D88; }

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

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

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

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

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

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

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

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