#D4917F

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

Shades of My Pink #D4917F

Tints of My Pink #D4917F

Color information

#D4917F (or 0xD4917F) is unknown color: approx My Pink. HEX triplet: D4, 91 and 7F. RGB value is (212,145,127). Sum of RGB (Red+Green+Blue) = 212+145+127=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D4917F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4917F is #2B6E80. Grayscale: #A3A3A3. Windows color (decimal): -2846337 or 8360404. OLE color: 8360404.

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

Color convert

RGB212145127-
CMYK00.320.400.17
HSL12.71º49.71%66.47%-
HSV(B)12.71º40.09%83.14%-
XYZ41.1135.7824.82-
YUV162.98107.7162.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 127 (50% from 255) = 26.24%
R=43.80%
G=29.96%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214512700.320.400.1712.7149.7166.47
HexD4917F0202811d3242
Octal32422117704050211562102
Binary1101010010010001111111101000001010001000111011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4917F; }

 p { color: rgb(212,145,127); }

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

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

 a { background-color: rgb(212,145,127); }

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

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

 span { border-color: rgb(212,145,127); }

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