Html Css Color HEX #D48983 My Pink

📋 copy color: '#D48983'

red 212 ◦ green 137 ◦ blue 131

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

Shades of My Pink #D48983

Tints of My Pink #D48983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.29%

R = 44.17%
G = 28.54%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D48983 (or 0xD48983) is known color: My Pink. HEX triplet: D4, 89 and 83. RGB value is (212,137,131). Sum of RGB (Red+Green+Blue) = 212+137+131=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D48983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48983 is #2B767C. Grayscale: #9E9E9E. Windows color (decimal): -2848381 or 8620500. OLE color: 8620500.

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

Color convert

RGB 212 137 131 -
CMYK 0 0.35 0.38 0.17
HSL 4.44º 0.49% 0.67% -
HSV(B) 4.44º 0.38% 0.83% -
XYZ 40.19 33.53 25.83 -
YUV 158.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 212 137 131 0 0.35 0.38 0.17 4.44 0.49 0.67
Hex D4 89 83 0 23 26 11 4 31 43
Octal 324 211 203 0 43 46 21 4 61 103
Binary 11010100 10001001 10000011 0 100011 100110 10001 100 110001 1000011

Color Harmonies of #D48983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48983

Black with #D48983

Text Example


Text Example

White with #D48983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48983; }

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

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

background-color css

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

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

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

border-color css

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

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

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