#D98F7D

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

Shades of My Pink #D98F7D

Tints of My Pink #D98F7D

Color information

#D98F7D (or 0xD98F7D) is unknown color: approx My Pink. HEX triplet: D9, 8F and 7D. RGB value is (217,143,125). Sum of RGB (Red+Green+Blue) = 217+143+125=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F7D is #267082. Grayscale: #A3A3A3. Windows color (decimal): -2519171 or 8228825. OLE color: 8228825.

HSL color Cylindrical-coordinate representation of color #D98F7D: hue angle of 11.74º 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 #D98F7D is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217143125-
CMYK00.340.420.15
HSL11.74º54.76%67.06%-
HSV(B)11.74º42.4%85.1%-
XYZ42.1435.8824.11-
YUV163.07106.52166.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 125 (49.22% from 255) = 25.77%
R=44.74%
G=29.48%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714312500.340.420.1511.7454.7667.06
HexD98F7D0222AFc3743
Octal33121717504252171467103
Binary110110011000111111111010100010101010111111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98F7D; }

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

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

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

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

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

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

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

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