#D68680

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

Shades of My Pink #D68680

Tints of My Pink #D68680

Color information

#D68680 (or 0xD68680) is unknown color: approx My Pink. HEX triplet: D6, 86 and 80. RGB value is (214,134,128). Sum of RGB (Red+Green+Blue) = 214+134+128=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D68680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68680 is #29797F. Grayscale: #9D9D9D. Windows color (decimal): -2718080 or 8423126. OLE color: 8423126.

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

Color convert

RGB214134128-
CMYK00.370.400.16
HSL4.19º51.19%67.06%-
HSV(B)4.19º40.19%83.92%-
XYZ40.1532.924.66-
YUV157.24111.5168.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=44.96%
G=28.15%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413412800.370.400.164.1951.1967.06
HexD68680025281043343
Octal3262062000455020463103
Binary1101011010000110100000000100101101000100001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68680; }

 p { color: rgb(214,134,128); }

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

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

 a { background-color: rgb(214,134,128); }

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

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

 span { border-color: rgb(214,134,128); }

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