Html Css Color HEX #D48988 My Pink

📋 copy color: '#D48988'

red 212 ◦ green 137 ◦ blue 136

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

Shades of My Pink #D48988

Tints of My Pink #D48988

RGB

 RED value IS 212 (83.2% from 255) = 43.71%

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

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

R = 43.71%
G = 28.25%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D48988 (or 0xD48988) is known color: My Pink. HEX triplet: D4, 89 and 88. RGB value is (212,137,136). Sum of RGB (Red+Green+Blue) = 212+137+136=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D48988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48988 is #2B7677. Grayscale: #9F9F9F. Windows color (decimal): -2848376 or 8948180. OLE color: 8948180.

HSL color Cylindrical-coordinate representation of color #D48988: hue angle of 0.79º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D48988 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 137 136 -
CMYK 0 0.35 0.36 0.17
HSL 0.79º 0.47% 0.68% -
HSV(B) 0.79º 0.36% 0.83% -
XYZ 40.54 33.67 27.65 -
YUV 159.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 212 137 136 0 0.35 0.36 0.17 0.79 0.47 0.68
Hex D4 89 88 0 23 24 11 1 2F 44
Octal 324 211 210 0 43 44 21 1 57 104
Binary 11010100 10001001 10001000 0 100011 100100 10001 1 101111 1000100

Color Harmonies of #D48988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48988

Black with #D48988

Text Example


Text Example

White with #D48988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48988; }

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

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

background-color css

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

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

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

border-color css

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

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

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