#D5917E

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

Shades of My Pink #D5917E

Tints of My Pink #D5917E

Color information

#D5917E (or 0xD5917E) is unknown color: approx My Pink. HEX triplet: D5, 91 and 7E. RGB value is (213,145,126). Sum of RGB (Red+Green+Blue) = 213+145+126=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5917E is #2A6E81. Grayscale: #A3A3A3. Windows color (decimal): -2780802 or 8294869. OLE color: 8294869.

HSL color Cylindrical-coordinate representation of color #D5917E: hue angle of 13.1º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5917E is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB213145126-
CMYK00.320.410.16
HSL13.1º50.88%66.47%-
HSV(B)13.1º40.85%83.53%-
XYZ41.3335.924.49-
YUV163.17107.03163.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.01%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 126 (49.61% from 255) = 26.03%
R=44.01%
G=29.96%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314512600.320.410.1613.150.8866.47
HexD5917E0202910d3342
Octal32522117604051201563102
Binary1101010110010001111111001000001010011000011011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5917E; }

 p { color: rgb(213,145,126); }

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

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

 a { background-color: rgb(213,145,126); }

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

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

 span { border-color: rgb(213,145,126); }

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