Html Css Color HEX #D48A82 My Pink

📋 copy color: '#D48A82'

red 212 ◦ green 138 ◦ blue 130

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

Shades of My Pink #D48A82

Tints of My Pink #D48A82

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.75%

 BLUE value IS 130 (51.17% from 255) = 27.08%

R = 44.17%
G = 28.75%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D48A82 (or 0xD48A82) is known color: My Pink. HEX triplet: D4, 8A and 82. RGB value is (212,138,130). Sum of RGB (Red+Green+Blue) = 212+138+130=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48A82 is #2B757D. Grayscale: #9F9F9F. Windows color (decimal): -2848126 or 8555220. OLE color: 8555220.

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

Color convert

RGB 212 138 130 -
CMYK 0 0.35 0.39 0.17
HSL 5.85º 0.49% 0.67% -
HSV(B) 5.85º 0.39% 0.83% -
XYZ 40.27 33.79 25.52 -
YUV 159.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 212 138 130 0 0.35 0.39 0.17 5.85 0.49 0.67
Hex D4 8A 82 0 23 27 11 6 31 43
Octal 324 212 202 0 43 47 21 6 61 103
Binary 11010100 10001010 10000010 0 100011 100111 10001 110 110001 1000011

Color Harmonies of #D48A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A82

Black with #D48A82

Text Example


Text Example

White with #D48A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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