#D0837A

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

Shades of My Pink #D0837A

Tints of My Pink #D0837A

Color information

#D0837A (or 0xD0837A) is unknown color: approx My Pink. HEX triplet: D0, 83 and 7A. RGB value is (208,131,122). Sum of RGB (Red+Green+Blue) = 208+131+122=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0837A is #2F7C85. Grayscale: #999999. Windows color (decimal): -3112070 or 8029136. OLE color: 8029136.

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

Color convert

RGB208131122-
CMYK00.370.410.18
HSL6.28º47.78%64.71%-
HSV(B)6.28º41.35%81.57%-
XYZ37.6431.0522.42-
YUV153110.51167.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=45.12%
G=28.42%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813112200.370.410.186.2847.7864.71
HexD0837A025291263041
Octal3202031720455122660101
Binary110100001000001111110100100101101001100101101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0837A; }

 p { color: rgb(208,131,122); }

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

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

 a { background-color: rgb(208,131,122); }

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

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

 span { border-color: rgb(208,131,122); }

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