Html Css Color HEX #D19488 My Pink

📋 copy color: '#D19488'

red 209 ◦ green 148 ◦ blue 136

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

Shades of My Pink #D19488

Tints of My Pink #D19488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

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

R = 42.39%
G = 30.02%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D19488 (or 0xD19488) is known color: My Pink. HEX triplet: D1, 94 and 88. RGB value is (209,148,136). Sum of RGB (Red+Green+Blue) = 209+148+136=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D19488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19488 is #2E6B77. Grayscale: #A4A4A4. Windows color (decimal): -3042168 or 8950993. OLE color: 8950993.

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

Color convert

RGB 209 148 136 -
CMYK 0 0.29 0.35 0.18
HSL 9.86º 0.44% 0.68% -
HSV(B) 9.86º 0.35% 0.82% -
XYZ 41.33 36.51 28.16 -
YUV 164.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 209 148 136 0 0.29 0.35 0.18 9.86 0.44 0.68
Hex D1 94 88 0 1D 23 12 A 2C 44
Octal 321 224 210 0 35 43 22 12 54 104
Binary 11010001 10010100 10001000 0 11101 100011 10010 1010 101100 1000100

Color Harmonies of #D19488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19488

Black with #D19488

Text Example


Text Example

White with #D19488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19488; }

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

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

background-color css

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

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

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

border-color css

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

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

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