#D09483

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

Shades of My Pink #D09483

Tints of My Pink #D09483

Color information

#D09483 (or 0xD09483) is unknown color: approx My Pink. HEX triplet: D0, 94 and 83. RGB value is (208,148,131). Sum of RGB (Red+Green+Blue) = 208+148+131=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D09483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09483 is #2F6B7C. Grayscale: #A4A4A4. Windows color (decimal): -3107709 or 8623312. OLE color: 8623312.

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

Color convert

RGB208148131-
CMYK00.290.370.18
HSL13.25º45.03%66.47%-
HSV(B)13.25º37.02%81.57%-
XYZ40.736.2326.32-
YUV164109.38159.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=42.71%
G=30.39%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814813100.290.370.1813.2545.0366.47
HexD0948301D2512d2d42
Octal32022420303545221555102
Binary1101000010010100100000110111011001011001011011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09483; }

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

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

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

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

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

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

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

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