Html Css Color HEX #D18988 My Pink

📋 copy color: '#D18988'

red 209 ◦ green 137 ◦ blue 136

#D18988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of My Pink #D18988

Tints of My Pink #D18988

RGB

 RED value IS 209 (82.03% from 255) = 43.36%

 GREEN value IS 137 (53.91% from 255) = 28.42%

 BLUE value IS 136 (53.52% from 255) = 28.22%

R = 43.36%
G = 28.42%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D18988 (or 0xD18988) is known color: My Pink. HEX triplet: D1, 89 and 88. RGB value is (209,137,136). Sum of RGB (Red+Green+Blue) = 209+137+136=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D18988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18988 is #2E7677. Grayscale: #9E9E9E. Windows color (decimal): -3044984 or 8948177. OLE color: 8948177.

HSL color Cylindrical-coordinate representation of color #D18988: hue angle of 0.82º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D18988 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 137 136 -
CMYK 0 0.34 0.35 0.18
HSL 0.82º 0.44% 0.68% -
HSV(B) 0.82º 0.35% 0.82% -
XYZ 39.68 33.22 27.61 -
YUV 158.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 209 137 136 0 0.34 0.35 0.18 0.82 0.44 0.68
Hex D1 89 88 0 22 23 12 1 2C 44
Octal 321 211 210 0 42 43 22 1 54 104
Binary 11010001 10001001 10001000 0 100010 100011 10010 1 101100 1000100

Color Harmonies of #D18988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18988

Black with #D18988

Text Example


Text Example

White with #D18988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18988; }

 p { color: rgb(209,137,136); }

 H1.HeaderClassName
 {
   color: #D18988;
 }
 .AnyTagClassName
 {
   color: #D18988;
 }
</style>

background-color css

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

 a { background-color: rgb(209,137,136); }

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

border-color css

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

 span { border-color: rgb(209,137,136); }

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