#D09484

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

Shades of My Pink #D09484

Tints of My Pink #D09484

Color information

#D09484 (or 0xD09484) is unknown color: approx My Pink. HEX triplet: D0, 94 and 84. RGB value is (208,148,132). Sum of RGB (Red+Green+Blue) = 208+148+132=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D09484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09484 is #2F6B7B. Grayscale: #A4A4A4. Windows color (decimal): -3107708 or 8688848. OLE color: 8688848.

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

Color convert

RGB208148132-
CMYK00.290.370.18
HSL12.63º44.71%66.67%-
HSV(B)12.63º36.54%81.57%-
XYZ40.7736.2626.68-
YUV164.12109.88159.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=42.62%
G=30.33%
B=27.05%

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
Decimal20814813200.290.370.1812.6344.7166.67
HexD0948401D2512d2d43
Octal32022420403545221555103
Binary1101000010010100100001000111011001011001011011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09484; }

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

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

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

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

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

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

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

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