#D68A82

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

Shades of My Pink #D68A82

Tints of My Pink #D68A82

Color information

#D68A82 (or 0xD68A82) is unknown color: approx My Pink. HEX triplet: D6, 8A and 82. RGB value is (214,138,130). Sum of RGB (Red+Green+Blue) = 214+138+130=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68A82 is #29757D. Grayscale: #9F9F9F. Windows color (decimal): -2717054 or 8555222. OLE color: 8555222.

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

Color convert

RGB214138130-
CMYK00.360.390.16
HSL5.71º50.6%67.45%-
HSV(B)5.71º39.25%83.92%-
XYZ40.8534.0825.55-
YUV159.81111.18166.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.40%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=44.40%
G=28.63%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413813000.360.390.165.7150.667.45
HexD68A82024271063343
Octal3262122020444720663103
Binary1101011010001010100000100100100100111100001101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A82; }

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

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

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

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

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

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

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

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