Html Css Color HEX #D38988 My Pink

📋 copy color: '#D38988'

red 211 ◦ green 137 ◦ blue 136

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

Shades of My Pink #D38988

Tints of My Pink #D38988

RGB

 RED value IS 211 (82.81% from 255) = 43.6%

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

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

R = 43.6%
G = 28.31%
B = 28.1%

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

#D38988 (or 0xD38988) is known color: My Pink. HEX triplet: D3, 89 and 88. RGB value is (211,137,136). Sum of RGB (Red+Green+Blue) = 211+137+136=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D38988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38988 is #2C7677. Grayscale: #9F9F9F. Windows color (decimal): -2913912 or 8948179. OLE color: 8948179.

HSL color Cylindrical-coordinate representation of color #D38988: hue angle of 0.8º degrees, saturation: 0.46, 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 #D38988 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 137 136 -
CMYK 0 0.35 0.36 0.17
HSL 0.8º 0.46% 0.68% -
HSV(B) 0.8º 0.36% 0.83% -
XYZ 40.25 33.52 27.64 -
YUV 159.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 211 137 136 0 0.35 0.36 0.17 0.8 0.46 0.68
Hex D3 89 88 0 23 24 11 1 2E 44
Octal 323 211 210 0 43 44 21 1 56 104
Binary 11010011 10001001 10001000 0 100011 100100 10001 1 101110 1000100

Color Harmonies of #D38988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38988

Black with #D38988

Text Example


Text Example

White with #D38988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38988; }

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

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

background-color css

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

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

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

border-color css

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

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

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