#D69582

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

Shades of My Pink #D69582

Tints of My Pink #D69582

Color information

#D69582 (or 0xD69582) is unknown color: approx My Pink. HEX triplet: D6, 95 and 82. RGB value is (214,149,130). Sum of RGB (Red+Green+Blue) = 214+149+130=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D69582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69582 is #296A7D. Grayscale: #A6A6A6. Windows color (decimal): -2714238 or 8558038. OLE color: 8558038.

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

Color convert

RGB214149130-
CMYK00.300.390.16
HSL13.57º50.6%67.45%-
HSV(B)13.57º39.25%83.92%-
XYZ42.5137.426.1-
YUV166.27107.53162.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=43.41%
G=30.22%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414913000.300.390.1613.5750.667.45
HexD6958201E2710e3343
Octal32622520203647201663103
Binary1101011010010101100000100111101001111000011101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69582; }

 p { color: rgb(214,149,130); }

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

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

 a { background-color: rgb(214,149,130); }

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

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

 span { border-color: rgb(214,149,130); }

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