Html Css Color HEX #D48879 My Pink

📋 copy color: '#D48879'

red 212 ◦ green 136 ◦ blue 121

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

Shades of My Pink #D48879

Tints of My Pink #D48879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29%

 BLUE value IS 121 (47.66% from 255) = 25.8%

R = 45.2%
G = 29%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D48879 (or 0xD48879) is known color: My Pink. HEX triplet: D4, 88 and 79. RGB value is (212,136,121). Sum of RGB (Red+Green+Blue) = 212+136+121=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D48879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48879 is #2B7786. Grayscale: #9D9D9D. Windows color (decimal): -2848647 or 7964884. OLE color: 7964884.

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

Color convert

RGB 212 136 121 -
CMYK 0 0.36 0.43 0.17
HSL 9.89º 0.51% 0.65% -
HSV(B) 9.89º 0.43% 0.83% -
XYZ 39.41 32.99 22.38 -
YUV 157.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 212 136 121 0 0.36 0.43 0.17 9.89 0.51 0.65
Hex D4 88 79 0 24 2B 11 A 33 41
Octal 324 210 171 0 44 53 21 12 63 101
Binary 11010100 10001000 1111001 0 100100 101011 10001 1010 110011 1000001

Color Harmonies of #D48879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48879

Black with #D48879

Text Example


Text Example

White with #D48879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48879; }

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

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

background-color css

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

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

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

border-color css

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

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

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