#D59581

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

Shades of My Pink #D59581

Tints of My Pink #D59581

Color information

#D59581 (or 0xD59581) is unknown color: approx My Pink. HEX triplet: D5, 95 and 81. RGB value is (213,149,129). Sum of RGB (Red+Green+Blue) = 213+149+129=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D59581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59581 is #2A6A7E. Grayscale: #A6A6A6. Windows color (decimal): -2779775 or 8492501. OLE color: 8492501.

HSL color Cylindrical-coordinate representation of color #D59581: hue angle of 14.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D59581 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB213149129-
CMYK00.300.390.16
HSL14.29º50%67.06%-
HSV(B)14.29º39.44%83.53%-
XYZ42.1537.2325.73-
YUV165.86107.2161.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 129 (50.78% from 255) = 26.27%
R=43.38%
G=30.35%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314912900.300.390.1614.295067.06
HexD5958101E2710e3243
Octal32522520103647201662103
Binary1101010110010101100000010111101001111000011101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59581; }

 p { color: rgb(213,149,129); }

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

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

 a { background-color: rgb(213,149,129); }

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

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

 span { border-color: rgb(213,149,129); }

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