#D5927E

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

Shades of My Pink #D5927E

Tints of My Pink #D5927E

Color information

#D5927E (or 0xD5927E) is unknown color: approx My Pink. HEX triplet: D5, 92 and 7E. RGB value is (213,146,126). Sum of RGB (Red+Green+Blue) = 213+146+126=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5927E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5927E is #2A6D81. Grayscale: #A3A3A3. Windows color (decimal): -2780546 or 8295125. OLE color: 8295125.

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

Color convert

RGB213146126-
CMYK00.310.410.16
HSL13.79º50.88%66.47%-
HSV(B)13.79º40.85%83.53%-
XYZ41.4936.2124.54-
YUV163.75106.7163.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=43.92%
G=30.10%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314612600.310.410.1613.7950.8866.47
HexD5927E01F2910e3342
Octal32522217603751201663102
Binary110101011001001011111100111111010011000011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5927E; }

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

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

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

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

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

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

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

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