#D68A81

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

Shades of My Pink #D68A81

Tints of My Pink #D68A81

Color information

#D68A81 (or 0xD68A81) is unknown color: approx My Pink. HEX triplet: D6, 8A and 81. RGB value is (214,138,129). Sum of RGB (Red+Green+Blue) = 214+138+129=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68A81 is #29757E. Grayscale: #9F9F9F. Windows color (decimal): -2717055 or 8489686. OLE color: 8489686.

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

Color convert

RGB214138129-
CMYK00.360.400.16
HSL6.35º50.9%67.25%-
HSV(B)6.35º39.72%83.92%-
XYZ40.7834.0625.19-
YUV159.7110.68166.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 138 (54.30% from 255) = 28.69%
BLUE value IS 129 (50.78% from 255) = 26.82%
R=44.49%
G=28.69%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413812900.360.400.166.3550.967.25
HexD68A81024281063343
Octal3262122010445020663103
Binary1101011010001010100000010100100101000100001101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A81; }

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

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

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

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

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

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

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

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