#D3877D

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

Shades of My Pink #D3877D

Tints of My Pink #D3877D

Color information

#D3877D (or 0xD3877D) is unknown color: approx My Pink. HEX triplet: D3, 87 and 7D. RGB value is (211,135,125). Sum of RGB (Red+Green+Blue) = 211+135+125=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D3877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3877D is #2C7882. Grayscale: #9C9C9C. Windows color (decimal): -2914435 or 8226771. OLE color: 8226771.

HSL color Cylindrical-coordinate representation of color #D3877D: hue angle of 6.98º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3877D is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB211135125-
CMYK00.360.410.17
HSL6.98º49.43%65.88%-
HSV(B)6.98º40.76%82.75%-
XYZ39.2332.6623.64-
YUV156.58110.18166.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.80%
GREEN value IS 135 (53.12% from 255) = 28.66%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=44.80%
G=28.66%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113512500.360.410.176.9849.4365.88
HexD3877D024291173142
Octal3232071750445121761102
Binary110100111000011111111010100100101001100011111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3877D; }

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

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

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

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

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

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

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

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