#D09383

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

Shades of My Pink #D09383

Tints of My Pink #D09383

Color information

#D09383 (or 0xD09383) is unknown color: approx My Pink. HEX triplet: D0, 93 and 83. RGB value is (208,147,131). Sum of RGB (Red+Green+Blue) = 208+147+131=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D09383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09383 is #2F6C7C. Grayscale: #A3A3A3. Windows color (decimal): -3107965 or 8623056. OLE color: 8623056.

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

Color convert

RGB208147131-
CMYK00.290.370.18
HSL12.47º45.03%66.47%-
HSV(B)12.47º37.02%81.57%-
XYZ40.5435.9226.27-
YUV163.42109.71159.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.80%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=42.80%
G=30.25%
B=26.95%

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
Decimal20814713100.290.370.1812.4745.0366.47
HexD0938301D2512c2d42
Octal32022320303545221455102
Binary1101000010010011100000110111011001011001011001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09383; }

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

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

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

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

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

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

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

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