#D0907E

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

Shades of My Pink #D0907E

Tints of My Pink #D0907E

Color information

#D0907E (or 0xD0907E) is unknown color: approx My Pink. HEX triplet: D0, 90 and 7E. RGB value is (208,144,126). Sum of RGB (Red+Green+Blue) = 208+144+126=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0907E is #2F6F81. Grayscale: #A1A1A1. Windows color (decimal): -3108738 or 8294608. OLE color: 8294608.

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

Color convert

RGB208144126-
CMYK00.310.390.18
HSL13.17º46.59%65.49%-
HSV(B)13.17º39.42%81.57%-
XYZ39.7534.8624.37-
YUV161.08108.2161.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.51%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 126 (49.61% from 255) = 26.36%
R=43.51%
G=30.13%
B=26.36%

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
Decimal20814412600.310.390.1813.1746.5965.49
HexD0907E01F2712d2f41
Octal32022017603747221557101
Binary110100001001000011111100111111001111001011011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0907E; }

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

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

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

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

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

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

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

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