#D59885

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

Shades of My Pink #D59885

Tints of My Pink #D59885

Color information

#D59885 (or 0xD59885) is unknown color: approx My Pink. HEX triplet: D5, 98 and 85. RGB value is (213,152,133). Sum of RGB (Red+Green+Blue) = 213+152+133=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D59885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59885 is #2A677A. Grayscale: #A8A8A8. Windows color (decimal): -2779003 or 8755413. OLE color: 8755413.

HSL color Cylindrical-coordinate representation of color #D59885: hue angle of 14.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59885 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB213152133-
CMYK00.290.380.16
HSL14.25º48.78%67.84%-
HSV(B)14.25º37.56%83.53%-
XYZ42.938.327.32-
YUV168.07108.21160.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=42.77%
G=30.52%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315213300.290.380.1614.2548.7867.84
HexD5988501D2610e3144
Octal32523020503546201661104
Binary1101010110011000100001010111011001101000011101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59885; }

 p { color: rgb(213,152,133); }

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

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

 a { background-color: rgb(213,152,133); }

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

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

 span { border-color: rgb(213,152,133); }

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