#D4917D

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

Shades of My Pink #D4917D

Tints of My Pink #D4917D

Color information

#D4917D (or 0xD4917D) is unknown color: approx My Pink. HEX triplet: D4, 91 and 7D. RGB value is (212,145,125). Sum of RGB (Red+Green+Blue) = 212+145+125=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4917D is #2B6E82. Grayscale: #A2A2A2. Windows color (decimal): -2846339 or 8229332. OLE color: 8229332.

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

Color convert

RGB212145125-
CMYK00.320.410.17
HSL13.79º50.29%66.08%-
HSV(B)13.79º41.04%83.14%-
XYZ40.9835.7324.14-
YUV162.75106.7163.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 145 (57.03% from 255) = 30.08%
BLUE value IS 125 (49.22% from 255) = 25.93%
R=43.98%
G=30.08%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214512500.320.410.1713.7950.2966.08
HexD4917D0202911e3242
Octal32422117504051211662102
Binary1101010010010001111110101000001010011000111101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4917D; }

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

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

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

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

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

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

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

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