#D09482

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

Shades of My Pink #D09482

Tints of My Pink #D09482

Color information

#D09482 (or 0xD09482) is unknown color: approx My Pink. HEX triplet: D0, 94 and 82. RGB value is (208,148,130). Sum of RGB (Red+Green+Blue) = 208+148+130=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D09482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09482 is #2F6B7D. Grayscale: #A4A4A4. Windows color (decimal): -3107710 or 8557776. OLE color: 8557776.

HSL color Cylindrical-coordinate representation of color #D09482: hue angle of 13.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09482 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208148130-
CMYK00.290.380.18
HSL13.85º45.35%66.27%-
HSV(B)13.85º37.5%81.57%-
XYZ40.6336.225.97-
YUV163.89108.88159.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.80%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=42.80%
G=30.45%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814813000.290.380.1813.8545.3566.27
HexD0948201D2612e2d42
Octal32022420203546221655102
Binary1101000010010100100000100111011001101001011101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09482; }

 p { color: rgb(208,148,130); }

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

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

 a { background-color: rgb(208,148,130); }

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

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

 span { border-color: rgb(208,148,130); }

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