#DF8F7D

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

Shades of My Pink #DF8F7D

Tints of My Pink #DF8F7D

Color information

#DF8F7D (or 0xDF8F7D) is unknown color: approx My Pink. HEX triplet: DF, 8F and 7D. RGB value is (223,143,125). Sum of RGB (Red+Green+Blue) = 223+143+125=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F7D is #207082. Grayscale: #A5A5A5. Windows color (decimal): -2125955 or 8228831. OLE color: 8228831.

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

Color convert

RGB223143125-
CMYK00.360.440.13
HSL11.02º60.49%68.24%-
HSV(B)11.02º43.95%87.45%-
XYZ43.9636.8124.19-
YUV164.87105.5169.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=45.42%
G=29.12%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314312500.360.440.1311.0260.4968.24
HexDF8F7D0242CDb3c44
Octal33721717504454151374104
Binary110111111000111111111010100100101100110110111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8F7D; }

 p { color: rgb(223,143,125); }

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

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

 a { background-color: rgb(223,143,125); }

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

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

 span { border-color: rgb(223,143,125); }

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