#D9917D

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

Shades of My Pink #D9917D

Tints of My Pink #D9917D

Color information

#D9917D (or 0xD9917D) is unknown color: approx My Pink. HEX triplet: D9, 91 and 7D. RGB value is (217,145,125). Sum of RGB (Red+Green+Blue) = 217+145+125=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9917D is #266E82. Grayscale: #A4A4A4. Windows color (decimal): -2518659 or 8229337. OLE color: 8229337.

HSL color Cylindrical-coordinate representation of color #D9917D: hue angle of 13.04º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9917D is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217145125-
CMYK00.330.420.15
HSL13.04º54.76%67.06%-
HSV(B)13.04º42.4%85.1%-
XYZ42.4436.4824.21-
YUV164.25105.85165.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.56%
GREEN value IS 145 (57.03% from 255) = 29.77%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=44.56%
G=29.77%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714512500.330.420.1513.0454.7667.06
HexD9917D0212AFd3743
Octal33122117504152171567103
Binary110110011001000111111010100001101010111111011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9917D; }

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

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

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

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

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

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

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

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