#D98F7A

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

Shades of My Pink #D98F7A

Tints of My Pink #D98F7A

Color information

#D98F7A (or 0xD98F7A) is unknown color: approx My Pink. HEX triplet: D9, 8F and 7A. RGB value is (217,143,122). Sum of RGB (Red+Green+Blue) = 217+143+122=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F7A is #267085. Grayscale: #A2A2A2. Windows color (decimal): -2519174 or 8032217. OLE color: 8032217.

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

Color convert

RGB217143122-
CMYK00.340.440.15
HSL13.26º55.56%66.47%-
HSV(B)13.26º43.78%85.1%-
XYZ41.9535.823.11-
YUV162.73105.02166.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.02%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=45.02%
G=29.67%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714312200.340.440.1513.2655.5666.47
HexD98F7A0222CFd3842
Octal33121717204254171570102
Binary110110011000111111110100100010101100111111011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98F7A; }

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

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

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

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

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

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

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

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