#DF4D91

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

Shades of Dark Pink #DF4D91

Tints of Dark Pink #DF4D91

Color information

#DF4D91 (or 0xDF4D91) is unknown color: approx Dark Pink. HEX triplet: DF, 4D and 91. RGB value is (223,77,145). Sum of RGB (Red+Green+Blue) = 223+77+145=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4D91 is #20B26E. Grayscale: #808080. Windows color (decimal): -2142831 or 9522655. OLE color: 9522655.

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

Color convert

RGB22377145-
CMYK00.650.350.13
HSL332.05º69.52%58.82%-
HSV(B)332.05º65.47%87.45%-
XYZ38.223.0429.22-
YUV128.41137.37195.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.11%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 145 (57.03% from 255) = 32.58%
R=50.11%
G=17.30%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237714500.650.350.13332.0569.5258.82
HexDF4D9104123D14c463b
Octal3371152210101431551410673
Binary110111111001101100100010100000110001111011010011001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4D91; }

 p { color: rgb(223,77,145); }

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

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

 a { background-color: rgb(223,77,145); }

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

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

 span { border-color: rgb(223,77,145); }

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