#D59280

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

Shades of My Pink #D59280

Tints of My Pink #D59280

Color information

#D59280 (or 0xD59280) is unknown color: approx My Pink. HEX triplet: D5, 92 and 80. RGB value is (213,146,128). Sum of RGB (Red+Green+Blue) = 213+146+128=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D59280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59280 is #2A6D7F. Grayscale: #A4A4A4. Windows color (decimal): -2780544 or 8426197. OLE color: 8426197.

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

Color convert

RGB213146128-
CMYK00.310.400.16
HSL12.71º50.3%66.86%-
HSV(B)12.71º39.91%83.53%-
XYZ41.6236.2625.23-
YUV163.98107.7162.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=43.74%
G=29.98%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314612800.310.400.1612.7150.366.86
HexD5928001F2810d3243
Octal32522220003750201562103
Binary1101010110010010100000000111111010001000011011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59280; }

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

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

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

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

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

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

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

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