#D59884

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

Shades of My Pink #D59884

Tints of My Pink #D59884

Color information

#D59884 (or 0xD59884) is unknown color: approx My Pink. HEX triplet: D5, 98 and 84. RGB value is (213,152,132). Sum of RGB (Red+Green+Blue) = 213+152+132=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D59884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59884 is #2A677B. Grayscale: #A8A8A8. Windows color (decimal): -2779004 or 8689877. OLE color: 8689877.

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

Color convert

RGB213152132-
CMYK00.290.380.16
HSL14.81º49.09%67.65%-
HSV(B)14.81º38.03%83.53%-
XYZ42.8338.2726.96-
YUV167.96107.71160.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 152 (59.77% from 255) = 30.58%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=42.86%
G=30.58%
B=26.56%

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
Decimal21315213200.290.380.1614.8149.0967.65
HexD5988401D2610f3144
Octal32523020403546201761104
Binary1101010110011000100001000111011001101000011111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59884; }

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

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

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

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

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

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

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

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