#D69082

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

Shades of My Pink #D69082

Tints of My Pink #D69082

Color information

#D69082 (or 0xD69082) is unknown color: approx My Pink. HEX triplet: D6, 90 and 82. RGB value is (214,144,130). Sum of RGB (Red+Green+Blue) = 214+144+130=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D69082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69082 is #296F7D. Grayscale: #A3A3A3. Windows color (decimal): -2715518 or 8556758. OLE color: 8556758.

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

Color convert

RGB214144130-
CMYK00.330.390.16
HSL10º50.6%67.45%-
HSV(B)10º39.25%83.92%-
XYZ41.7335.8525.84-
YUV163.33109.19164.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 144 (56.64% from 255) = 29.51%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=43.85%
G=29.51%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414413000.330.390.161050.667.45
HexD690820212710a3343
Octal32622020204147201263103
Binary11010110100100001000001001000011001111000010101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69082; }

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

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

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

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

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

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

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

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