#D0867E

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

Shades of My Pink #D0867E

Tints of My Pink #D0867E

Color information

#D0867E (or 0xD0867E) is unknown color: approx My Pink. HEX triplet: D0, 86 and 7E. RGB value is (208,134,126). Sum of RGB (Red+Green+Blue) = 208+134+126=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0867E is #2F7981. Grayscale: #9B9B9B. Windows color (decimal): -3111298 or 8292048. OLE color: 8292048.

HSL color Cylindrical-coordinate representation of color #D0867E: hue angle of 5.85º 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 #D0867E is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB208134126-
CMYK00.360.390.18
HSL5.85º46.59%65.49%-
HSV(B)5.85º39.42%81.57%-
XYZ38.331.9723.89-
YUV155.21111.52165.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.44%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=44.44%
G=28.63%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813412600.360.390.185.8546.5965.49
HexD0867E024271262f41
Octal3202061760444722657101
Binary110100001000011011111100100100100111100101101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0867E; }

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

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

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

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

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

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

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

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