Html Css Color HEX #D48F80 My Pink

📋 copy color: '#D48F80'

red 212 ◦ green 143 ◦ blue 128

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

Shades of My Pink #D48F80

Tints of My Pink #D48F80

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.61%

 BLUE value IS 128 (50.39% from 255) = 26.5%

R = 43.89%
G = 29.61%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D48F80 (or 0xD48F80) is known color: My Pink. HEX triplet: D4, 8F and 80. RGB value is (212,143,128). Sum of RGB (Red+Green+Blue) = 212+143+128=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48F80 is #2B707F. Grayscale: #A2A2A2. Windows color (decimal): -2846848 or 8425428. OLE color: 8425428.

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

Color convert

RGB 212 143 128 -
CMYK 0 0.33 0.40 0.17
HSL 10.71º 0.49% 0.67% -
HSV(B) 10.71º 0.4% 0.83% -
XYZ 40.87 35.2 25.06 -
YUV 161.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 212 143 128 0 0.33 0.40 0.17 10.71 0.49 0.67
Hex D4 8F 80 0 21 28 11 B 31 43
Octal 324 217 200 0 41 50 21 13 61 103
Binary 11010100 10001111 10000000 0 100001 101000 10001 1011 110001 1000011

Color Harmonies of #D48F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48F80

Black with #D48F80

Text Example


Text Example

White with #D48F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48F80; }

 p { color: rgb(212,143,128); }

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

background-color css

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

 a { background-color: rgb(212,143,128); }

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

border-color css

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

 span { border-color: rgb(212,143,128); }

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