#DF907D

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

Shades of My Pink #DF907D

Tints of My Pink #DF907D

Color information

#DF907D (or 0xDF907D) is unknown color: approx My Pink. HEX triplet: DF, 90 and 7D. RGB value is (223,144,125). Sum of RGB (Red+Green+Blue) = 223+144+125=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF907D is #206F82. Grayscale: #A5A5A5. Windows color (decimal): -2125699 or 8229087. OLE color: 8229087.

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

Color convert

RGB223144125-
CMYK00.350.440.13
HSL11.63º60.49%68.24%-
HSV(B)11.63º43.95%87.45%-
XYZ44.1137.1224.24-
YUV165.46105.17169.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.33%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=45.33%
G=29.27%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314412500.350.440.1311.6360.4968.24
HexDF907D0232CDc3c44
Octal33722017504354151474104
Binary110111111001000011111010100011101100110111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF907D; }

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

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

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

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

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

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

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

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