#D29584

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

Shades of My Pink #D29584

Tints of My Pink #D29584

Color information

#D29584 (or 0xD29584) is unknown color: approx My Pink. HEX triplet: D2, 95 and 84. RGB value is (210,149,132). Sum of RGB (Red+Green+Blue) = 210+149+132=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D29584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29584 is #2D6A7B. Grayscale: #A5A5A5. Windows color (decimal): -2976380 or 8689106. OLE color: 8689106.

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

Color convert

RGB210149132-
CMYK00.290.370.18
HSL13.08º46.43%67.06%-
HSV(B)13.08º37.14%82.35%-
XYZ41.4936.8626.76-
YUV165.3109.21159.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=42.77%
G=30.35%
B=26.88%

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
Decimal21014913200.290.370.1813.0846.4367.06
HexD2958401D2512d2e43
Octal32222520403545221556103
Binary1101001010010101100001000111011001011001011011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29584; }

 p { color: rgb(210,149,132); }

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

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

 a { background-color: rgb(210,149,132); }

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

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

 span { border-color: rgb(210,149,132); }

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