Html Css Color HEX #D08988 My Pink

📋 copy color: '#D08988'

red 208 ◦ green 137 ◦ blue 136

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

Shades of My Pink #D08988

Tints of My Pink #D08988

RGB

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

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

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

R = 43.24%
G = 28.48%
B = 28.27%

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

#D08988 (or 0xD08988) is known color: My Pink. HEX triplet: D0, 89 and 88. RGB value is (208,137,136). Sum of RGB (Red+Green+Blue) = 208+137+136=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D08988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08988 is #2F7677. Grayscale: #9E9E9E. Windows color (decimal): -3110520 or 8948176. OLE color: 8948176.

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

Color convert

RGB 208 137 136 -
CMYK 0 0.34 0.35 0.18
HSL 0.83º 0.43% 0.67% -
HSV(B) 0.83º 0.35% 0.82% -
XYZ 39.4 33.08 27.6 -
YUV 158.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 208 137 136 0 0.34 0.35 0.18 0.83 0.43 0.67
Hex D0 89 88 0 22 23 12 1 2B 43
Octal 320 211 210 0 42 43 22 1 53 103
Binary 11010000 10001001 10001000 0 100010 100011 10010 1 101011 1000011

Color Harmonies of #D08988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08988

Black with #D08988

Text Example


Text Example

White with #D08988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08988; }

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

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

background-color css

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

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

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

border-color css

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

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

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