#D98D7B

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

Shades of My Pink #D98D7B

Tints of My Pink #D98D7B

Color information

#D98D7B (or 0xD98D7B) is unknown color: approx My Pink. HEX triplet: D9, 8D and 7B. RGB value is (217,141,123). Sum of RGB (Red+Green+Blue) = 217+141+123=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D7B is #267284. Grayscale: #A1A1A1. Windows color (decimal): -2519685 or 8097241. OLE color: 8097241.

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

Color convert

RGB217141123-
CMYK00.350.430.15
HSL11.49º55.29%66.67%-
HSV(B)11.49º43.32%85.1%-
XYZ41.7235.2323.34-
YUV161.67106.18167.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.11%
GREEN value IS 141 (55.47% from 255) = 29.31%
BLUE value IS 123 (48.44% from 255) = 25.57%
R=45.11%
G=29.31%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714112300.350.430.1511.4955.2966.67
HexD98D7B0232BFb3743
Octal33121517304353171367103
Binary110110011000110111110110100011101011111110111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D7B; }

 p { color: rgb(217,141,123); }

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

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

 a { background-color: rgb(217,141,123); }

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

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

 span { border-color: rgb(217,141,123); }

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