Html Css Color HEX #D09089 My Pink

📋 copy color: '#D09089'

red 208 ◦ green 144 ◦ blue 137

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

Shades of My Pink #D09089

Tints of My Pink #D09089

RGB

 RED value IS 208 (81.64% from 255) = 42.54%

 GREEN value IS 144 (56.64% from 255) = 29.45%

 BLUE value IS 137 (53.91% from 255) = 28.02%

R = 42.54%
G = 29.45%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D09089 (or 0xD09089) is known color: My Pink. HEX triplet: D0, 90 and 89. RGB value is (208,144,137). Sum of RGB (Red+Green+Blue) = 208+144+137=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D09089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09089 is #2F6F76. Grayscale: #A2A2A2. Windows color (decimal): -3108727 or 9015504. OLE color: 9015504.

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

Color convert

RGB 208 144 137 -
CMYK 0 0.31 0.34 0.18
HSL 5.92º 0.43% 0.68% -
HSV(B) 5.92º 0.34% 0.82% -
XYZ 40.5 35.16 28.32 -
YUV 162.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 208 144 137 0 0.31 0.34 0.18 5.92 0.43 0.68
Hex D0 90 89 0 1F 22 12 6 2B 44
Octal 320 220 211 0 37 42 22 6 53 104
Binary 11010000 10010000 10001001 0 11111 100010 10010 110 101011 1000100

Color Harmonies of #D09089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09089

Black with #D09089

Text Example


Text Example

White with #D09089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09089; }

 p { color: rgb(208,144,137); }

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

background-color css

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

 a { background-color: rgb(208,144,137); }

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

border-color css

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

 span { border-color: rgb(208,144,137); }

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