#D98F7C

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

Shades of My Pink #D98F7C

Tints of My Pink #D98F7C

Color information

#D98F7C (or 0xD98F7C) is unknown color: approx My Pink. HEX triplet: D9, 8F and 7C. RGB value is (217,143,124). Sum of RGB (Red+Green+Blue) = 217+143+124=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F7C is #267083. Grayscale: #A3A3A3. Windows color (decimal): -2519172 or 8163289. OLE color: 8163289.

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

Color convert

RGB217143124-
CMYK00.340.430.15
HSL12.26º55.03%66.86%-
HSV(B)12.26º42.86%85.1%-
XYZ42.0835.8523.77-
YUV162.96106.02166.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.83%
GREEN value IS 143 (56.25% from 255) = 29.55%
BLUE value IS 124 (48.83% from 255) = 25.62%
R=44.83%
G=29.55%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714312400.340.430.1512.2655.0366.86
HexD98F7C0222BFc3743
Octal33121717404253171467103
Binary110110011000111111111000100010101011111111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98F7C; }

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

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

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

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

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

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

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

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