#D0877D

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

Shades of My Pink #D0877D

Tints of My Pink #D0877D

Color information

#D0877D (or 0xD0877D) is unknown color: approx My Pink. HEX triplet: D0, 87 and 7D. RGB value is (208,135,125). Sum of RGB (Red+Green+Blue) = 208+135+125=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0877D is #2F7882. Grayscale: #9B9B9B. Windows color (decimal): -3111043 or 8226768. OLE color: 8226768.

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

Color convert

RGB208135125-
CMYK00.350.400.18
HSL7.23º46.89%65.29%-
HSV(B)7.23º39.9%81.57%-
XYZ38.3832.2223.6-
YUV155.69110.68165.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.44%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=44.44%
G=28.85%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813512500.350.400.187.2346.8965.29
HexD0877D023281272f41
Octal3202071750435022757101
Binary110100001000011111111010100011101000100101111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0877D; }

 p { color: rgb(208,135,125); }

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

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

 a { background-color: rgb(208,135,125); }

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

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

 span { border-color: rgb(208,135,125); }

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