Html Css Color HEX #D48C8A My Pink

📋 copy color: '#D48C8A'

red 212 ◦ green 140 ◦ blue 138

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

Shades of My Pink #D48C8A

Tints of My Pink #D48C8A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.57%

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 43.27%
G = 28.57%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D48C8A (or 0xD48C8A) is known color: My Pink. HEX triplet: D4, 8C and 8A. RGB value is (212,140,138). Sum of RGB (Red+Green+Blue) = 212+140+138=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48C8A is #2B7375. Grayscale: #A1A1A1. Windows color (decimal): -2847606 or 9080020. OLE color: 9080020.

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

Color convert

RGB 212 140 138 -
CMYK 0 0.34 0.35 0.17
HSL 1.62º 0.46% 0.69% -
HSV(B) 1.62º 0.35% 0.83% -
XYZ 41.12 34.59 28.55 -
YUV 161.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 212 140 138 0 0.34 0.35 0.17 1.62 0.46 0.69
Hex D4 8C 8A 0 22 23 11 2 2E 45
Octal 324 214 212 0 42 43 21 2 56 105
Binary 11010100 10001100 10001010 0 100010 100011 10001 10 101110 1000101

Color Harmonies of #D48C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C8A

Black with #D48C8A

Text Example


Text Example

White with #D48C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C8A; }

 p { color: rgb(212,140,138); }

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

background-color css

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

 a { background-color: rgb(212,140,138); }

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

border-color css

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

 span { border-color: rgb(212,140,138); }

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