Html Css Color HEX #D08A88 My Pink

📋 copy color: '#D08A88'

red 208 ◦ green 138 ◦ blue 136

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

Shades of My Pink #D08A88

Tints of My Pink #D08A88

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

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

R = 43.15%
G = 28.63%
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

#D08A88 (or 0xD08A88) is known color: My Pink. HEX triplet: D0, 8A and 88. RGB value is (208,138,136). Sum of RGB (Red+Green+Blue) = 208+138+136=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08A88 is #2F7577. Grayscale: #9E9E9E. Windows color (decimal): -3110264 or 8948432. OLE color: 8948432.

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

Color convert

RGB 208 138 136 -
CMYK 0 0.34 0.35 0.18
HSL 1.67º 0.43% 0.67% -
HSV(B) 1.67º 0.35% 0.82% -
XYZ 39.54 33.36 27.65 -
YUV 158.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 208 138 136 0 0.34 0.35 0.18 1.67 0.43 0.67
Hex D0 8A 88 0 22 23 12 2 2B 43
Octal 320 212 210 0 42 43 22 2 53 103
Binary 11010000 10001010 10001000 0 100010 100011 10010 10 101011 1000011

Color Harmonies of #D08A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A88

Black with #D08A88

Text Example


Text Example

White with #D08A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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