#D68A83

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

Shades of My Pink #D68A83

Tints of My Pink #D68A83

Color information

#D68A83 (or 0xD68A83) is unknown color: approx My Pink. HEX triplet: D6, 8A and 83. RGB value is (214,138,131). Sum of RGB (Red+Green+Blue) = 214+138+131=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68A83 is #29757C. Grayscale: #A0A0A0. Windows color (decimal): -2717053 or 8620758. OLE color: 8620758.

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

Color convert

RGB214138131-
CMYK00.360.390.16
HSL5.06º50.3%67.65%-
HSV(B)5.06º38.79%83.92%-
XYZ40.9234.1125.9-
YUV159.93111.68166.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=44.31%
G=28.57%
B=27.12%

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
Decimal21413813100.360.390.165.0650.367.65
HexD68A83024271053244
Octal3262122030444720562104
Binary1101011010001010100000110100100100111100001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A83; }

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

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

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

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

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

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

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

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