#DF9185

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

Shades of My Pink #DF9185

Tints of My Pink #DF9185

Color information

#DF9185 (or 0xDF9185) is unknown color: approx My Pink. HEX triplet: DF, 91 and 85. RGB value is (223,145,133). Sum of RGB (Red+Green+Blue) = 223+145+133=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9185 is #206E7A. Grayscale: #A7A7A7. Windows color (decimal): -2125435 or 8753631. OLE color: 8753631.

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

Color convert

RGB223145133-
CMYK00.350.400.13
HSL58.44%69.8%-
HSV(B)40.36%87.45%-
XYZ44.7937.6327.09-
YUV166.95108.84167.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=44.51%
G=28.94%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314513300.350.400.13858.4469.8
HexDF918502328D83a46
Octal33722120504350151072106
Binary1101111110010001100001010100011101000110110001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9185; }

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

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

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

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

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

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

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

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