#D69487

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

Shades of My Pink #D69487

Tints of My Pink #D69487

Color information

#D69487 (or 0xD69487) is unknown color: approx My Pink. HEX triplet: D6, 94 and 87. RGB value is (214,148,135). Sum of RGB (Red+Green+Blue) = 214+148+135=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D69487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69487 is #296B78. Grayscale: #A6A6A6. Windows color (decimal): -2714489 or 8885462. OLE color: 8885462.

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

Color convert

RGB214148135-
CMYK00.310.370.16
HSL9.87º49.07%68.43%-
HSV(B)9.87º36.92%83.92%-
XYZ42.6937.2327.86-
YUV166.25110.37162.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 135 (53.12% from 255) = 27.16%
R=43.06%
G=29.78%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414813500.310.370.169.8749.0768.43
HexD6948701F2510a3144
Octal32622420703745201261104
Binary1101011010010100100001110111111001011000010101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69487; }

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

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

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

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

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

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

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

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