#DD4F86

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

Shades of Dark Pink #DD4F86

Tints of Dark Pink #DD4F86

Color information

#DD4F86 (or 0xDD4F86) is unknown color: approx Dark Pink. HEX triplet: DD, 4F and 86. RGB value is (221,79,134). Sum of RGB (Red+Green+Blue) = 221+79+134=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F86 is #22B079. Grayscale: #7F7F7F. Windows color (decimal): -2273402 or 8802269. OLE color: 8802269.

HSL color Cylindrical-coordinate representation of color #DD4F86: hue angle of 336.76º 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 #DD4F86 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB22179134-
CMYK00.640.390.13
HSL336.76º67.62%58.82%-
HSV(B)336.76º64.25%86.67%-
XYZ36.9222.6924.99-
YUV127.73131.54194.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.92%
GREEN value IS 79 (31.25% from 255) = 18.20%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=50.92%
G=18.20%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217913400.640.390.13336.7667.6258.82
HexDD4F8604027D151443b
Octal3351172060100471552110473
Binary110111011001111100001100100000010011111011010100011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4F86; }

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

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

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

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

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

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

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

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