#D0907F

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

Shades of My Pink #D0907F

Tints of My Pink #D0907F

Color information

#D0907F (or 0xD0907F) is unknown color: approx My Pink. HEX triplet: D0, 90 and 7F. RGB value is (208,144,127). Sum of RGB (Red+Green+Blue) = 208+144+127=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0907F is #2F6F80. Grayscale: #A1A1A1. Windows color (decimal): -3108737 or 8360144. OLE color: 8360144.

HSL color Cylindrical-coordinate representation of color #D0907F: hue angle of 12.59º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0907F is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB208144127-
CMYK00.310.390.18
HSL12.59º46.29%65.69%-
HSV(B)12.59º38.94%81.57%-
XYZ39.8234.8924.71-
YUV161.2108.7161.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.42%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 127 (50% from 255) = 26.51%
R=43.42%
G=30.06%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814412700.310.390.1812.5946.2965.69
HexD0907F01F2712d2e42
Octal32022017703747221556102
Binary110100001001000011111110111111001111001011011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0907F; }

 p { color: rgb(208,144,127); }

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

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

 a { background-color: rgb(208,144,127); }

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

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

 span { border-color: rgb(208,144,127); }

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