#D5907E

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

Shades of My Pink #D5907E

Tints of My Pink #D5907E

Color information

#D5907E (or 0xD5907E) is unknown color: approx My Pink. HEX triplet: D5, 90 and 7E. RGB value is (213,144,126). Sum of RGB (Red+Green+Blue) = 213+144+126=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5907E is #2A6F81. Grayscale: #A2A2A2. Windows color (decimal): -2781058 or 8294613. OLE color: 8294613.

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

Color convert

RGB213144126-
CMYK00.320.410.16
HSL12.41º50.88%66.47%-
HSV(B)12.41º40.85%83.53%-
XYZ41.1835.624.44-
YUV162.58107.36163.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 144 (56.64% from 255) = 29.81%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=44.10%
G=29.81%
B=26.09%

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
Decimal21314412600.320.410.1612.4150.8866.47
HexD5907E0202910c3342
Octal32522017604051201463102
Binary1101010110010000111111001000001010011000011001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5907E; }

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

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

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

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

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

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

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

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