#D59281

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

Shades of My Pink #D59281

Tints of My Pink #D59281

Color information

#D59281 (or 0xD59281) is unknown color: approx My Pink. HEX triplet: D5, 92 and 81. RGB value is (213,146,129). Sum of RGB (Red+Green+Blue) = 213+146+129=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D59281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59281 is #2A6D7E. Grayscale: #A4A4A4. Windows color (decimal): -2780543 or 8491733. OLE color: 8491733.

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

Color convert

RGB213146129-
CMYK00.310.390.16
HSL12.14º50%67.06%-
HSV(B)12.14º39.44%83.53%-
XYZ41.6836.2925.58-
YUV164.1108.2162.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 129 (50.78% from 255) = 26.43%
R=43.65%
G=29.92%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314612900.310.390.1612.145067.06
HexD5928101F2710c3243
Octal32522220103747201462103
Binary1101010110010010100000010111111001111000011001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59281; }

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

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

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

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

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

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

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

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