#D68D82

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

Shades of My Pink #D68D82

Tints of My Pink #D68D82

Color information

#D68D82 (or 0xD68D82) is unknown color: approx My Pink. HEX triplet: D6, 8D and 82. RGB value is (214,141,130). Sum of RGB (Red+Green+Blue) = 214+141+130=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68D82 is #29727D. Grayscale: #A1A1A1. Windows color (decimal): -2716286 or 8555990. OLE color: 8555990.

HSL color Cylindrical-coordinate representation of color #D68D82: hue angle of 7.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68D82 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB214141130-
CMYK00.340.390.16
HSL7.86º50.6%67.45%-
HSV(B)7.86º39.25%83.92%-
XYZ41.2934.9625.69-
YUV161.57110.18165.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 141 (55.47% from 255) = 29.07%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=44.12%
G=29.07%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414113000.340.390.167.8650.667.45
HexD68D82022271083343
Octal32621520204247201063103
Binary11010110100011011000001001000101001111000010001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68D82; }

 p { color: rgb(214,141,130); }

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

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

 a { background-color: rgb(214,141,130); }

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

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

 span { border-color: rgb(214,141,130); }

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