Html Css Color HEX #D48B8B My Pink

📋 copy color: '#D48B8B'

red 212 ◦ green 139 ◦ blue 139

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

Shades of My Pink #D48B8B

Tints of My Pink #D48B8B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.37%

 BLUE value IS 139 (54.69% from 255) = 28.37%

R = 43.27%
G = 28.37%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D48B8B (or 0xD48B8B) is known color: My Pink. HEX triplet: D4, 8B and 8B. RGB value is (212,139,139). Sum of RGB (Red+Green+Blue) = 212+139+139=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48B8B is #2B7474. Grayscale: #A0A0A0. Windows color (decimal): -2847861 or 9145300. OLE color: 9145300.

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

Color convert

RGB 212 139 139 -
CMYK 0 0.34 0.34 0.17
HSL 0.46% 0.69% -
HSV(B) 0.34% 0.83% -
XYZ 41.04 34.33 28.89 -
YUV 160.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 212 139 139 0 0.34 0.34 0.17 0 0.46 0.69
Hex D4 8B 8B 0 22 22 11 0 2E 45
Octal 324 213 213 0 42 42 21 0 56 105
Binary 11010100 10001011 10001011 0 100010 100010 10001 0 101110 1000101

Color Harmonies of #D48B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B8B

Black with #D48B8B

Text Example


Text Example

White with #D48B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B8B; }

 p { color: rgb(212,139,139); }

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

background-color css

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

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

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

border-color css

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

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

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