#DD4F85

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

Shades of Dark Pink #DD4F85

Tints of Dark Pink #DD4F85

Color information

#DD4F85 (or 0xDD4F85) is unknown color: approx Dark Pink. HEX triplet: DD, 4F and 85. RGB value is (221,79,133). Sum of RGB (Red+Green+Blue) = 221+79+133=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F85 is #22B07A. Grayscale: #7F7F7F. Windows color (decimal): -2273403 or 8736733. OLE color: 8736733.

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

Color convert

RGB22179133-
CMYK00.640.400.13
HSL337.18º67.62%58.82%-
HSV(B)337.18º64.25%86.67%-
XYZ36.8522.6624.62-
YUV127.61131.04194.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.04%
GREEN value IS 79 (31.25% from 255) = 18.24%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=51.04%
G=18.24%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217913300.640.400.13337.1867.6258.82
HexDD4F8504028D151443b
Octal3351172050100501552110473
Binary110111011001111100001010100000010100011011010100011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4F85; }

 p { color: rgb(221,79,133); }

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

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

 a { background-color: rgb(221,79,133); }

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

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

 span { border-color: rgb(221,79,133); }

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