#D58980

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

Shades of My Pink #D58980

Tints of My Pink #D58980

Color information

#D58980 (or 0xD58980) is unknown color: approx My Pink. HEX triplet: D5, 89 and 80. RGB value is (213,137,128). Sum of RGB (Red+Green+Blue) = 213+137+128=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D58980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58980 is #2A767F. Grayscale: #9E9E9E. Windows color (decimal): -2782848 or 8423893. OLE color: 8423893.

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

Color convert

RGB213137128-
CMYK00.360.400.16
HSL6.35º50.3%66.86%-
HSV(B)6.35º39.91%83.53%-
XYZ40.2833.624.78-
YUV158.7110.68166.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 137 (53.91% from 255) = 28.66%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=44.56%
G=28.66%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313712800.360.400.166.3550.366.86
HexD58980024281063243
Octal3252112000445020662103
Binary1101010110001001100000000100100101000100001101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58980; }

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

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

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

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

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

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

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

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