Html Css Color HEX #D47785 Charm

📋 copy color: '#D47785'

red 212 ◦ green 119 ◦ blue 133

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

Shades of Charm #D47785

Tints of Charm #D47785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.65%

 BLUE value IS 133 (52.34% from 255) = 28.66%

R = 45.69%
G = 25.65%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D47785 (or 0xD47785) is known color: Charm. HEX triplet: D4, 77 and 85. RGB value is (212,119,133). Sum of RGB (Red+Green+Blue) = 212+119+133=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D47785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47785 is #2B887A. Grayscale: #949494. Windows color (decimal): -2852987 or 8746964. OLE color: 8746964.

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

Color convert

RGB 212 119 133 -
CMYK 0 0.44 0.37 0.17
HSL 350.97º 0.52% 0.65% -
HSV(B) 350.97º 0.44% 0.83% -
XYZ 37.98 28.88 25.76 -
YUV 148.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 212 119 133 0 0.44 0.37 0.17 350.97 0.52 0.65
Hex D4 77 85 0 2C 25 11 15F 34 41
Octal 324 167 205 0 54 45 21 537 64 101
Binary 11010100 1110111 10000101 0 101100 100101 10001 101011111 110100 1000001

Color Harmonies of #D47785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47785

Black with #D47785

Text Example


Text Example

White with #D47785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47785; }

 p { color: rgb(212,119,133); }

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

background-color css

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

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

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

border-color css

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

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

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