#D29583

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

Shades of My Pink #D29583

Tints of My Pink #D29583

Color information

#D29583 (or 0xD29583) is unknown color: approx My Pink. HEX triplet: D2, 95 and 83. RGB value is (210,149,131). Sum of RGB (Red+Green+Blue) = 210+149+131=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D29583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29583 is #2D6A7C. Grayscale: #A5A5A5. Windows color (decimal): -2976381 or 8623570. OLE color: 8623570.

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

Color convert

RGB210149131-
CMYK00.290.380.18
HSL13.67º46.75%66.86%-
HSV(B)13.67º37.62%82.35%-
XYZ41.4236.8426.4-
YUV165.19108.71159.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.86%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=42.86%
G=30.41%
B=26.73%

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
Decimal21014913100.290.380.1813.6746.7566.86
HexD2958301D2612e2f43
Octal32222520303546221657103
Binary1101001010010101100000110111011001101001011101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29583; }

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

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

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

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

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

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

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

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