#D69080

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

Shades of My Pink #D69080

Tints of My Pink #D69080

Color information

#D69080 (or 0xD69080) is unknown color: approx My Pink. HEX triplet: D6, 90 and 80. RGB value is (214,144,128). Sum of RGB (Red+Green+Blue) = 214+144+128=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D69080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69080 is #296F7F. Grayscale: #A3A3A3. Windows color (decimal): -2715520 or 8425686. OLE color: 8425686.

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

Color convert

RGB214144128-
CMYK00.330.400.16
HSL11.16º51.19%67.06%-
HSV(B)11.16º40.19%83.92%-
XYZ41.635.825.14-
YUV163.11108.19164.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.03%
GREEN value IS 144 (56.64% from 255) = 29.63%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=44.03%
G=29.63%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414412800.330.400.1611.1651.1967.06
HexD690800212810b3343
Octal32622020004150201363103
Binary11010110100100001000000001000011010001000010111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69080; }

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

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

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

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

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

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

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

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