#D69087

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

Shades of My Pink #D69087

Tints of My Pink #D69087

Color information

#D69087 (or 0xD69087) is unknown color: approx My Pink. HEX triplet: D6, 90 and 87. RGB value is (214,144,135). Sum of RGB (Red+Green+Blue) = 214+144+135=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D69087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69087 is #296F78. Grayscale: #A4A4A4. Windows color (decimal): -2715513 or 8884438. OLE color: 8884438.

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

Color convert

RGB214144135-
CMYK00.330.370.16
HSL6.84º49.07%68.43%-
HSV(B)6.84º36.92%83.92%-
XYZ42.0835.9927.65-
YUV163.9111.69163.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 135 (53.12% from 255) = 27.38%
R=43.41%
G=29.21%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414413500.330.370.166.8449.0768.43
HexD69087021251073144
Octal3262202070414520761104
Binary1101011010010000100001110100001100101100001111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69087; }

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

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

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

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

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

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

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

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